#383603

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

Shades of Karaka #383603

Tints of Karaka #383603

Color information

#383603 (or 0x383603) is unknown color: approx Karaka. HEX triplet: 38, 36 and 03. RGB value is (56,54,3). Sum of RGB (Red+Green+Blue) = 56+54+3=113 (14% of max value = 765). Red value is 56 (22.27% from 255 or 49.56% from 113); Green value is 54 (21.48% from 255 or 47.79% from 113); Blue value is 3 (1.56% from 255 or 2.65% from 113); Max value from RGB is 56 - color contains mainly: red. Hex color #383603 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383603 is #C7C9FC. Grayscale: #303030. Windows color (decimal): -13093373 or 210488. OLE color: 210488.

HSL color Cylindrical-coordinate representation of color #383603: hue angle of 57.74º 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 #383603 is Cyan = 0, Magento = 0.04, Yellow = 0.95 and Black (K on CMYK) = 0.78.

Color convert

RGB56543-
CMYK00.040.950.78
HSL57.74º89.83%11.57%-
HSV(B)57.74º94.64%21.96%-
XYZ2.973.490.6-
YUV48.78102.16133.15-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 49.56%
GREEN value IS 54 (21.48% from 255) = 47.79%
BLUE value IS 3 (1.56% from 255) = 2.65%
R=49.56%
G=47.79%
B=2.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.95
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5654300.040.950.7857.7489.8311.57
Hex38363045F4E3a5ac
Octal70663041371167213214
Binary1110001101101101001011111100111011101010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383603; }

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

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

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

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

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

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

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

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