#383509

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

Shades of Karaka #383509

Tints of Karaka #383509

Color information

#383509 (or 0x383509) is unknown color: approx Karaka. HEX triplet: 38, 35 and 09. RGB value is (56,53,9). Sum of RGB (Red+Green+Blue) = 56+53+9=118 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.46% from 118); Green value is 53 (21.09% from 255 or 44.92% from 118); Blue value is 9 (3.91% from 255 or 7.63% from 118); Max value from RGB is 56 - color contains mainly: red. Hex color #383509 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383509 is #C7CAF6. Grayscale: #313131. Windows color (decimal): -13093623 or 603448. OLE color: 603448.

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

Color convert

RGB56539-
CMYK00.050.840.78
HSL56.17º72.31%12.75%-
HSV(B)56.17º83.93%21.96%-
XYZ2.953.410.76-
YUV48.88105.49133.08-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 47.46%
GREEN value IS 53 (21.09% from 255) = 44.92%
BLUE value IS 9 (3.91% from 255) = 7.63%
R=47.46%
G=44.92%
B=7.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.84
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5653900.050.840.7856.1772.3112.75
Hex3835905544E3848d
Octal706511051241167011015
Binary111000110101100101011010100100111011100010010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383509; }

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

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

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

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

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

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

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

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