Html Css Color HEX #382200 Cocoa Brown

📋 copy color: '#382200'

red 56 ◦ green 34 ◦ blue 0

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

Shades of Cocoa Brown #382200

Tints of Cocoa Brown #382200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 62.22%
G = 37.78%
B = 0%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 1

 K value IS 0.78

RGB Variations

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

Color information

#382200 (or 0x382200) is known color: Cocoa Brown. HEX triplet: 38, 22 and 00. RGB value is (56,34,0). Sum of RGB (Red+Green+Blue) = 56+34+0=90 (11% of max value = 765). Red value is 56 (22.27% from 255 or 62.22% from 90); Green value is 34 (13.67% from 255 or 37.78% from 90); Blue value is 0 (0.39% from 255 or 0% from 90); Max value from RGB is 56 - color contains mainly: red. Hex color #382200 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382200 is #C7DDFF. Grayscale: #242424. Windows color (decimal): -13098496 or 8760. OLE color: 8760.

HSL color Cylindrical-coordinate representation of color #382200: hue angle of 36.43º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #382200 is Cyan = 0, Magento = 0.39, Yellow = 1 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 34 0 -
CMYK 0 0.39 1 0.78
HSL 36.43º 1% 0.11% -
HSV(B) 36.43º 1% 0.22% -
XYZ 2.2 1.98 0.27 -
YUV 36.7 107.29 141.76 -
System Red Green Blue C M Y K H S L
Decimal 56 34 0 0 0.39 1 0.78 36.43 1 0.11
Hex 38 22 0 0 27 64 4E 24 64 B
Octal 70 42 0 0 47 144 116 44 144 13
Binary 111000 100010 0 0 100111 1100100 1001110 100100 1100100 1011

Color Harmonies of #382200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382200

Black with #382200

Text Example


Text Example

White with #382200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382200; }

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

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

background-color css

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

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

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

border-color css

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

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

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