#383609

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

Shades of Karaka #383609

Tints of Karaka #383609

Color information

#383609 (or 0x383609) is unknown color: approx Karaka. HEX triplet: 38, 36 and 09. RGB value is (56,54,9). Sum of RGB (Red+Green+Blue) = 56+54+9=119 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.06% from 119); Green value is 54 (21.48% from 255 or 45.38% from 119); Blue value is 9 (3.91% from 255 or 7.56% from 119); Max value from RGB is 56 - color contains mainly: red. Hex color #383609 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383609 is #C7C9F6. Grayscale: #313131. Windows color (decimal): -13093367 or 603704. OLE color: 603704.

HSL color Cylindrical-coordinate representation of color #383609: hue angle of 57.45º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #383609 is Cyan = 0, Magento = 0.04, Yellow = 0.84 and Black (K on CMYK) = 0.78.

Color convert

RGB56549-
CMYK00.040.840.78
HSL57.45º72.31%12.75%-
HSV(B)57.45º83.93%21.96%-
XYZ33.50.78-
YUV49.47105.16132.66-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 47.06%
GREEN value IS 54 (21.48% from 255) = 45.38%
BLUE value IS 9 (3.91% from 255) = 7.56%
R=47.06%
G=45.38%
B=7.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.84
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5654900.040.840.7857.4572.3112.75
Hex3836904544E3948d
Octal706611041241167111015
Binary111000110110100101001010100100111011100110010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383609; }

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

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

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

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

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

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

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

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