Html Css Color HEX #382000 Cocoa Brown

📋 copy color: '#382000'

red 56 ◦ green 32 ◦ blue 0

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

Shades of Cocoa Brown #382000

Tints of Cocoa Brown #382000

RGB

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

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

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

R = 63.64%
G = 36.36%
B = 0%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 1

 K value IS 0.78

RGB Variations

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

Color information

#382000 (or 0x382000) is known color: Cocoa Brown. HEX triplet: 38, 20 and 00. RGB value is (56,32,0). Sum of RGB (Red+Green+Blue) = 56+32+0=88 (11% of max value = 765). Red value is 56 (22.27% from 255 or 63.64% from 88); Green value is 32 (12.89% from 255 or 36.36% from 88); Blue value is 0 (0.39% from 255 or 0% from 88); Max value from RGB is 56 - color contains mainly: red. Hex color #382000 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382000 is #C7DFFF. Grayscale: #232323. Windows color (decimal): -13099008 or 8248. OLE color: 8248.

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

Color convert

RGB 56 32 0 -
CMYK 0 0.43 1 0.78
HSL 34.29º 1% 0.11% -
HSV(B) 34.29º 1% 0.22% -
XYZ 2.15 1.87 0.25 -
YUV 35.53 107.95 142.6 -
System Red Green Blue C M Y K H S L
Decimal 56 32 0 0 0.43 1 0.78 34.29 1 0.11
Hex 38 20 0 0 2B 64 4E 22 64 B
Octal 70 40 0 0 53 144 116 42 144 13
Binary 111000 100000 0 0 101011 1100100 1001110 100010 1100100 1011

Color Harmonies of #382000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382000

Black with #382000

Text Example


Text Example

White with #382000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382000; }

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

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

background-color css

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

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

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

border-color css

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

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

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