Html Css Color HEX #382300 Cocoa Brown

📋 copy color: '#382300'

red 56 ◦ green 35 ◦ blue 0

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

Shades of Cocoa Brown #382300

Tints of Cocoa Brown #382300

RGB

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

 GREEN value IS 35 (14.06% from 255) = 38.46%

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

R = 61.54%
G = 38.46%
B = 0%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 1

 K value IS 0.78

RGB Variations

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

Color information

#382300 (or 0x382300) is known color: Cocoa Brown. HEX triplet: 38, 23 and 00. RGB value is (56,35,0). Sum of RGB (Red+Green+Blue) = 56+35+0=91 (12% of max value = 765). Red value is 56 (22.27% from 255 or 61.54% from 91); Green value is 35 (14.06% from 255 or 38.46% from 91); Blue value is 0 (0.39% from 255 or 0% from 91); Max value from RGB is 56 - color contains mainly: red. Hex color #382300 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382300 is #C7DCFF. Grayscale: #252525. Windows color (decimal): -13098240 or 9016. OLE color: 9016.

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

Color convert

RGB 56 35 0 -
CMYK 0 0.37 1 0.78
HSL 37.5º 1% 0.11% -
HSV(B) 37.5º 1% 0.22% -
XYZ 2.23 2.04 0.28 -
YUV 37.29 106.96 141.35 -
System Red Green Blue C M Y K H S L
Decimal 56 35 0 0 0.37 1 0.78 37.5 1 0.11
Hex 38 23 0 0 25 64 4E 26 64 B
Octal 70 43 0 0 45 144 116 46 144 13
Binary 111000 100011 0 0 100101 1100100 1001110 100110 1100100 1011

Color Harmonies of #382300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382300

Black with #382300

Text Example


Text Example

White with #382300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382300; }

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

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

background-color css

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

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

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

border-color css

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

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

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