Html Css Color HEX #382506 Cocoa Brown

📋 copy color: '#382506'

red 56 ◦ green 37 ◦ blue 6

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

Shades of Cocoa Brown #382506

Tints of Cocoa Brown #382506

RGB

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

 GREEN value IS 37 (14.84% from 255) = 37.37%

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

R = 56.57%
G = 37.37%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.89

 K value IS 0.78

RGB Variations

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

Color information

#382506 (or 0x382506) is known color: Cocoa Brown. HEX triplet: 38, 25 and 06. RGB value is (56,37,6). Sum of RGB (Red+Green+Blue) = 56+37+6=99 (13% of max value = 765). Red value is 56 (22.27% from 255 or 56.57% from 99); Green value is 37 (14.84% from 255 or 37.37% from 99); Blue value is 6 (2.73% from 255 or 6.06% from 99); Max value from RGB is 56 - color contains mainly: red. Hex color #382506 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382506 is #C7DAF9. Grayscale: #272727. Windows color (decimal): -13097722 or 402744. OLE color: 402744.

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

Color convert

RGB 56 37 6 -
CMYK 0 0.34 0.89 0.78
HSL 37.2º 0.81% 0.12% -
HSV(B) 37.2º 0.89% 0.22% -
XYZ 2.33 2.18 0.47 -
YUV 39.15 109.29 140.02 -
System Red Green Blue C M Y K H S L
Decimal 56 37 6 0 0.34 0.89 0.78 37.2 0.81 0.12
Hex 38 25 6 0 22 59 4E 25 51 C
Octal 70 45 6 0 42 131 116 45 121 14
Binary 111000 100101 110 0 100010 1011001 1001110 100101 1010001 1100

Color Harmonies of #382506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382506

Black with #382506

Text Example


Text Example

White with #382506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382506; }

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

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

background-color css

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

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

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

border-color css

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

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

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