Html Css Color HEX #382002 Cocoa Brown

📋 copy color: '#382002'

red 56 ◦ green 32 ◦ blue 2

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

Shades of Cocoa Brown #382002

Tints of Cocoa Brown #382002

RGB

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

 GREEN value IS 32 (12.89% from 255) = 35.56%

 BLUE value IS 2 (1.17% from 255) = 2.22%

R = 62.22%
G = 35.56%
B = 2.22%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.96

 K value IS 0.78

RGB Variations

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

Color information

#382002 (or 0x382002) is known color: Cocoa Brown. HEX triplet: 38, 20 and 02. RGB value is (56,32,2). Sum of RGB (Red+Green+Blue) = 56+32+2=90 (11% of max value = 765). Red value is 56 (22.27% from 255 or 62.22% from 90); Green value is 32 (12.89% from 255 or 35.56% from 90); Blue value is 2 (1.17% from 255 or 2.22% from 90); Max value from RGB is 56 - color contains mainly: red. Hex color #382002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382002 is #C7DFFD. Grayscale: #232323. Windows color (decimal): -13099006 or 139320. OLE color: 139320.

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

Color convert

RGB 56 32 2 -
CMYK 0 0.43 0.96 0.78
HSL 33.33º 0.93% 0.11% -
HSV(B) 33.33º 0.96% 0.22% -
XYZ 2.16 1.88 0.31 -
YUV 35.76 108.95 142.44 -
System Red Green Blue C M Y K H S L
Decimal 56 32 2 0 0.43 0.96 0.78 33.33 0.93 0.11
Hex 38 20 2 0 2B 60 4E 21 5D B
Octal 70 40 2 0 53 140 116 41 135 13
Binary 111000 100000 10 0 101011 1100000 1001110 100001 1011101 1011

Color Harmonies of #382002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382002

Black with #382002

Text Example


Text Example

White with #382002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382002; }

 p { color: rgb(56,32,2); }

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

background-color css

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

 a { background-color: rgb(56,32,2); }

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

border-color css

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

 span { border-color: rgb(56,32,2); }

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