#383712

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

Shades of Karaka #383712

Tints of Karaka #383712

Color information

#383712 (or 0x383712) is unknown color: approx Karaka. HEX triplet: 38, 37 and 12. RGB value is (56,55,18). Sum of RGB (Red+Green+Blue) = 56+55+18=129 (17% of max value = 765). Red value is 56 (22.27% from 255 or 43.41% from 129); Green value is 55 (21.88% from 255 or 42.64% from 129); Blue value is 18 (7.42% from 255 or 13.95% from 129); Max value from RGB is 56 - color contains mainly: red. Hex color #383712 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #383712 is #C7C8ED. Grayscale: #333333. Windows color (decimal): -13093102 or 1193784. OLE color: 1193784.

HSL color Cylindrical-coordinate representation of color #383712: hue angle of 58.42º degrees, saturation: 0.51, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #383712 is Cyan = 0, Magento = 0.02, Yellow = 0.68 and Black (K on CMYK) = 0.78.

Color convert

RGB565518-
CMYK00.020.680.78
HSL58.42º51.35%14.51%-
HSV(B)58.42º67.86%21.96%-
XYZ3.113.621.11-
YUV51.08109.33131.51-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 43.41%
GREEN value IS 55 (21.88% from 255) = 42.64%
BLUE value IS 18 (7.42% from 255) = 13.95%
R=43.41%
G=42.64%
B=13.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.68
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56551800.020.680.7858.4251.3514.51
Hex38371202444E3a33f
Octal70672202104116726317
Binary11100011011110010010100010010011101110101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383712; }

 p { color: rgb(56,55,18); }

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

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

 a { background-color: rgb(56,55,18); }

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

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

 span { border-color: rgb(56,55,18); }

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