Html Css Color HEX #382712 Cocoa Brown

📋 copy color: '#382712'

red 56 ◦ green 39 ◦ blue 18

#382712
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cocoa Brown #382712

Tints of Cocoa Brown #382712

RGB

 RED value IS 56 (22.27% from 255) = 49.56%

 GREEN value IS 39 (15.63% from 255) = 34.51%

 BLUE value IS 18 (7.42% from 255) = 15.93%

R = 49.56%
G = 34.51%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.68

 K value IS 0.78

RGB Variations

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

Color information

#382712 (or 0x382712) is known color: Cocoa Brown. HEX triplet: 38, 27 and 12. RGB value is (56,39,18). Sum of RGB (Red+Green+Blue) = 56+39+18=113 (14% of max value = 765). Red value is 56 (22.27% from 255 or 49.56% from 113); Green value is 39 (15.62% from 255 or 34.51% from 113); Blue value is 18 (7.42% from 255 or 15.93% from 113); Max value from RGB is 56 - color contains mainly: red. Hex color #382712 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382712 is #C7D8ED. Grayscale: #292929. Windows color (decimal): -13097198 or 1189688. OLE color: 1189688.

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

Color convert

RGB 56 39 18 -
CMYK 0 0.30 0.68 0.78
HSL 33.16º 0.51% 0.15% -
HSV(B) 33.16º 0.68% 0.22% -
XYZ 2.47 2.34 0.89 -
YUV 41.69 114.63 138.21 -
System Red Green Blue C M Y K H S L
Decimal 56 39 18 0 0.30 0.68 0.78 33.16 0.51 0.15
Hex 38 27 12 0 1E 44 4E 21 33 F
Octal 70 47 22 0 36 104 116 41 63 17
Binary 111000 100111 10010 0 11110 1000100 1001110 100001 110011 1111

Color Harmonies of #382712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382712

Black with #382712

Text Example


Text Example

White with #382712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382712; }

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

 H1.HeaderClassName
 {
   color: #382712;
 }
 .AnyTagClassName
 {
   color: #382712;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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