Html Css Color HEX #382212 Cocoa Brown

📋 copy color: '#382212'

red 56 ◦ green 34 ◦ blue 18

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

Shades of Cocoa Brown #382212

Tints of Cocoa Brown #382212

RGB

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

 GREEN value IS 34 (13.67% from 255) = 31.48%

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

R = 51.85%
G = 31.48%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.68

 K value IS 0.78

RGB Variations

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

Color information

#382212 (or 0x382212) is known color: Cocoa Brown. HEX triplet: 38, 22 and 12. RGB value is (56,34,18). Sum of RGB (Red+Green+Blue) = 56+34+18=108 (14% of max value = 765). Red value is 56 (22.27% from 255 or 51.85% from 108); Green value is 34 (13.67% from 255 or 31.48% from 108); Blue value is 18 (7.42% from 255 or 16.67% from 108); Max value from RGB is 56 - color contains mainly: red. Hex color #382212 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382212 is #C7DDED. Grayscale: #262626. Windows color (decimal): -13098478 or 1188408. OLE color: 1188408.

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

Color convert

RGB 56 34 18 -
CMYK 0 0.39 0.68 0.78
HSL 25.26º 0.51% 0.15% -
HSV(B) 25.26º 0.68% 0.22% -
XYZ 2.31 2.03 0.84 -
YUV 38.75 116.29 140.3 -
System Red Green Blue C M Y K H S L
Decimal 56 34 18 0 0.39 0.68 0.78 25.26 0.51 0.15
Hex 38 22 12 0 27 44 4E 19 33 F
Octal 70 42 22 0 47 104 116 31 63 17
Binary 111000 100010 10010 0 100111 1000100 1001110 11001 110011 1111

Color Harmonies of #382212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382212

Black with #382212

Text Example


Text Example

White with #382212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382212; }

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

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

background-color css

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

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

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

border-color css

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

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

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