Html Css Color HEX #382400 Cocoa Brown

📋 copy color: '#382400'

red 56 ◦ green 36 ◦ blue 0

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

Shades of Cocoa Brown #382400

Tints of Cocoa Brown #382400

RGB

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

 GREEN value IS 36 (14.45% from 255) = 39.13%

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

R = 60.87%
G = 39.13%
B = 0%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 1

 K value IS 0.78

RGB Variations

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

Color information

#382400 (or 0x382400) is known color: Cocoa Brown. HEX triplet: 38, 24 and 00. RGB value is (56,36,0). Sum of RGB (Red+Green+Blue) = 56+36+0=92 (12% of max value = 765). Red value is 56 (22.27% from 255 or 60.87% from 92); Green value is 36 (14.45% from 255 or 39.13% from 92); Blue value is 0 (0.39% from 255 or 0% from 92); Max value from RGB is 56 - color contains mainly: red. Hex color #382400 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382400 is #C7DBFF. Grayscale: #262626. Windows color (decimal): -13097984 or 9272. OLE color: 9272.

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

Color convert

RGB 56 36 0 -
CMYK 0 0.36 1 0.78
HSL 38.57º 1% 0.11% -
HSV(B) 38.57º 1% 0.22% -
XYZ 2.26 2.1 0.29 -
YUV 37.88 106.63 140.93 -
System Red Green Blue C M Y K H S L
Decimal 56 36 0 0 0.36 1 0.78 38.57 1 0.11
Hex 38 24 0 0 24 64 4E 27 64 B
Octal 70 44 0 0 44 144 116 47 144 13
Binary 111000 100100 0 0 100100 1100100 1001110 100111 1100100 1011

Color Harmonies of #382400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382400

Black with #382400

Text Example


Text Example

White with #382400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382400; }

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

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

background-color css

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

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

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

border-color css

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

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

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