#383503

Color #383503 Karaka (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Karaka #383503

Tints of Karaka #383503

Color information

#383503 (or 0x383503) is unknown color: approx Karaka. HEX triplet: 38, 35 and 03. RGB value is (56,53,3). Sum of RGB (Red+Green+Blue) = 56+53+3=112 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50% from 112); Green value is 53 (21.09% from 255 or 47.32% from 112); Blue value is 3 (1.56% from 255 or 2.68% from 112); Max value from RGB is 56 - color contains mainly: red. Hex color #383503 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383503 is #C7CAFC. Grayscale: #303030. Windows color (decimal): -13093629 or 210232. OLE color: 210232.

HSL color Cylindrical-coordinate representation of color #383503: hue angle of 56.6º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #383503 is Cyan = 0, Magento = 0.05, Yellow = 0.95 and Black (K on CMYK) = 0.78.

Color convert

RGB56533-
CMYK00.050.950.78
HSL56.6º89.83%11.57%-
HSV(B)56.6º94.64%21.96%-
XYZ2.923.390.59-
YUV48.2102.49133.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 56 (22.27% from 255) = 50%
GREEN value IS 53 (21.09% from 255) = 47.32%
BLUE value IS 3 (1.56% from 255) = 2.68%
R=50%
G=47.32%
B=2.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.95
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5653300.050.950.7856.689.8311.57
Hex38353055F4E395ac
Octal70653051371167113214
Binary1110001101011101011011111100111011100110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383503; }

 p { color: rgb(56,53,3); }

 H1.HeaderClassName
 {
   color: #383503;
 }
 .AnyTagClassName
 {
   color: #383503;
 }
</style>
background-color css

<style>
 a { background-color: #383503; }

 a { background-color: rgb(56,53,3); }

 div.DivClassName
 {
   background-color: #383503;
 }
 .BgClassName
 {
   background-color: #383503;
 }
</style>
border-color css

<style>
 span { border-color: #383503; }

 span { border-color: rgb(56,53,3); }

 td.TdClassName
 {
   border-color: #383503;
 }
 .TagClassName
 {
   border-color: #383503;
 }
</style>