Html Css Color HEX #382612 Cocoa Brown

📋 copy color: '#382612'

red 56 ◦ green 38 ◦ blue 18

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

Shades of Cocoa Brown #382612

Tints of Cocoa Brown #382612

RGB

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

 GREEN value IS 38 (15.23% from 255) = 33.93%

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

R = 50%
G = 33.93%
B = 16.07%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.68

 K value IS 0.78

RGB Variations

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

Color information

#382612 (or 0x382612) is known color: Cocoa Brown. HEX triplet: 38, 26 and 12. RGB value is (56,38,18). Sum of RGB (Red+Green+Blue) = 56+38+18=112 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50% from 112); Green value is 38 (15.23% from 255 or 33.93% from 112); Blue value is 18 (7.42% from 255 or 16.07% from 112); Max value from RGB is 56 - color contains mainly: red. Hex color #382612 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382612 is #C7D9ED. Grayscale: #292929. Windows color (decimal): -13097454 or 1189432. OLE color: 1189432.

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

Color convert

RGB 56 38 18 -
CMYK 0 0.32 0.68 0.78
HSL 31.58º 0.51% 0.15% -
HSV(B) 31.58º 0.68% 0.22% -
XYZ 2.43 2.27 0.88 -
YUV 41.1 114.96 138.63 -
System Red Green Blue C M Y K H S L
Decimal 56 38 18 0 0.32 0.68 0.78 31.58 0.51 0.15
Hex 38 26 12 0 20 44 4E 20 33 F
Octal 70 46 22 0 40 104 116 40 63 17
Binary 111000 100110 10010 0 100000 1000100 1001110 100000 110011 1111

Color Harmonies of #382612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382612

Black with #382612

Text Example


Text Example

White with #382612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382612; }

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

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

background-color css

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

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

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

border-color css

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

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

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