Html Css Color HEX #382309 Cocoa Brown

📋 copy color: '#382309'

red 56 ◦ green 35 ◦ blue 9

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

Shades of Cocoa Brown #382309

Tints of Cocoa Brown #382309

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 9%

R = 56%
G = 35%
B = 9%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.84

 K value IS 0.78

RGB Variations

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

Color information

#382309 (or 0x382309) is known color: Cocoa Brown. HEX triplet: 38, 23 and 09. RGB value is (56,35,9). Sum of RGB (Red+Green+Blue) = 56+35+9=100 (13% of max value = 765). Red value is 56 (22.27% from 255 or 56% from 100); Green value is 35 (14.06% from 255 or 35% from 100); Blue value is 9 (3.91% from 255 or 9% from 100); Max value from RGB is 56 - color contains mainly: red. Hex color #382309 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382309 is #C7DCF6. Grayscale: #262626. Windows color (decimal): -13098231 or 598840. OLE color: 598840.

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

Color convert

RGB 56 35 9 -
CMYK 0 0.37 0.84 0.78
HSL 33.19º 0.72% 0.13% -
HSV(B) 33.19º 0.84% 0.22% -
XYZ 2.28 2.06 0.54 -
YUV 38.32 111.46 140.61 -
System Red Green Blue C M Y K H S L
Decimal 56 35 9 0 0.37 0.84 0.78 33.19 0.72 0.13
Hex 38 23 9 0 25 54 4E 21 48 D
Octal 70 43 11 0 45 124 116 41 110 15
Binary 111000 100011 1001 0 100101 1010100 1001110 100001 1001000 1101

Color Harmonies of #382309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382309

Black with #382309

Text Example


Text Example

White with #382309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382309; }

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

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

background-color css

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

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

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

border-color css

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

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

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