Html Css Color HEX #382312 Cocoa Brown

📋 copy color: '#382312'

red 56 ◦ green 35 ◦ blue 18

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

Shades of Cocoa Brown #382312

Tints of Cocoa Brown #382312

RGB

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

 GREEN value IS 35 (14.06% from 255) = 32.11%

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

R = 51.38%
G = 32.11%
B = 16.51%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.68

 K value IS 0.78

RGB Variations

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

Color information

#382312 (or 0x382312) is known color: Cocoa Brown. HEX triplet: 38, 23 and 12. RGB value is (56,35,18). Sum of RGB (Red+Green+Blue) = 56+35+18=109 (14% of max value = 765). Red value is 56 (22.27% from 255 or 51.38% from 109); Green value is 35 (14.06% from 255 or 32.11% from 109); Blue value is 18 (7.42% from 255 or 16.51% from 109); Max value from RGB is 56 - color contains mainly: red. Hex color #382312 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382312 is #C7DCED. Grayscale: #272727. Windows color (decimal): -13098222 or 1188664. OLE color: 1188664.

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

Color convert

RGB 56 35 18 -
CMYK 0 0.37 0.68 0.78
HSL 26.84º 0.51% 0.15% -
HSV(B) 26.84º 0.68% 0.22% -
XYZ 2.34 2.09 0.85 -
YUV 39.34 115.96 139.88 -
System Red Green Blue C M Y K H S L
Decimal 56 35 18 0 0.37 0.68 0.78 26.84 0.51 0.15
Hex 38 23 12 0 25 44 4E 1B 33 F
Octal 70 43 22 0 45 104 116 33 63 17
Binary 111000 100011 10010 0 100101 1000100 1001110 11011 110011 1111

Color Harmonies of #382312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382312

Black with #382312

Text Example


Text Example

White with #382312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382312; }

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

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

background-color css

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

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

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

border-color css

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

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

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