Html Css Color HEX #382005 Cocoa Brown

📋 copy color: '#382005'

red 56 ◦ green 32 ◦ blue 5

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

Shades of Cocoa Brown #382005

Tints of Cocoa Brown #382005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 5.38%

R = 60.22%
G = 34.41%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.91

 K value IS 0.78

RGB Variations

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

Color information

#382005 (or 0x382005) is known color: Cocoa Brown. HEX triplet: 38, 20 and 05. RGB value is (56,32,5). Sum of RGB (Red+Green+Blue) = 56+32+5=93 (12% of max value = 765). Red value is 56 (22.27% from 255 or 60.22% from 93); Green value is 32 (12.89% from 255 or 34.41% from 93); Blue value is 5 (2.34% from 255 or 5.38% from 93); Max value from RGB is 56 - color contains mainly: red. Hex color #382005 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382005 is #C7DFFA. Grayscale: #242424. Windows color (decimal): -13099003 or 335928. OLE color: 335928.

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

Color convert

RGB 56 32 5 -
CMYK 0 0.43 0.91 0.78
HSL 31.76º 0.84% 0.12% -
HSV(B) 31.76º 0.91% 0.22% -
XYZ 2.17 1.88 0.39 -
YUV 36.1 110.45 142.2 -
System Red Green Blue C M Y K H S L
Decimal 56 32 5 0 0.43 0.91 0.78 31.76 0.84 0.12
Hex 38 20 5 0 2B 5B 4E 20 54 C
Octal 70 40 5 0 53 133 116 40 124 14
Binary 111000 100000 101 0 101011 1011011 1001110 100000 1010100 1100

Color Harmonies of #382005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382005

Black with #382005

Text Example


Text Example

White with #382005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382005; }

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

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

background-color css

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

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

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

border-color css

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

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

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