Html Css Color HEX #382406 Cocoa Brown

📋 copy color: '#382406'

red 56 ◦ green 36 ◦ blue 6

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

Shades of Cocoa Brown #382406

Tints of Cocoa Brown #382406

RGB

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

 GREEN value IS 36 (14.45% from 255) = 36.73%

 BLUE value IS 6 (2.73% from 255) = 6.12%

R = 57.14%
G = 36.73%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.89

 K value IS 0.78

RGB Variations

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

Color information

#382406 (or 0x382406) is known color: Cocoa Brown. HEX triplet: 38, 24 and 06. RGB value is (56,36,6). Sum of RGB (Red+Green+Blue) = 56+36+6=98 (12% of max value = 765). Red value is 56 (22.27% from 255 or 57.14% from 98); Green value is 36 (14.45% from 255 or 36.73% from 98); Blue value is 6 (2.73% from 255 or 6.12% from 98); Max value from RGB is 56 - color contains mainly: red. Hex color #382406 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382406 is #C7DBF9. Grayscale: #262626. Windows color (decimal): -13097978 or 402488. OLE color: 402488.

HSL color Cylindrical-coordinate representation of color #382406: hue angle of 36º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #382406 is Cyan = 0, Magento = 0.36, Yellow = 0.89 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 36 6 -
CMYK 0 0.36 0.89 0.78
HSL 36º 0.81% 0.12% -
HSV(B) 36º 0.89% 0.22% -
XYZ 2.29 2.12 0.46 -
YUV 38.56 109.63 140.44 -
System Red Green Blue C M Y K H S L
Decimal 56 36 6 0 0.36 0.89 0.78 36 0.81 0.12
Hex 38 24 6 0 24 59 4E 24 51 C
Octal 70 44 6 0 44 131 116 44 121 14
Binary 111000 100100 110 0 100100 1011001 1001110 100100 1010001 1100

Color Harmonies of #382406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382406

Black with #382406

Text Example


Text Example

White with #382406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382406; }

 p { color: rgb(56,36,6); }

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

background-color css

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

 a { background-color: rgb(56,36,6); }

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

border-color css

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

 span { border-color: rgb(56,36,6); }

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