Html Css Color HEX #382109 Cocoa Brown

📋 copy color: '#382109'

red 56 ◦ green 33 ◦ blue 9

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

Shades of Cocoa Brown #382109

Tints of Cocoa Brown #382109

RGB

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

 GREEN value IS 33 (13.28% from 255) = 33.67%

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

R = 57.14%
G = 33.67%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.84

 K value IS 0.78

RGB Variations

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

Color information

#382109 (or 0x382109) is known color: Cocoa Brown. HEX triplet: 38, 21 and 09. RGB value is (56,33,9). Sum of RGB (Red+Green+Blue) = 56+33+9=98 (12% of max value = 765). Red value is 56 (22.27% from 255 or 57.14% from 98); Green value is 33 (13.28% from 255 or 33.67% from 98); Blue value is 9 (3.91% from 255 or 9.18% from 98); Max value from RGB is 56 - color contains mainly: red. Hex color #382109 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382109 is #C7DEF6. Grayscale: #252525. Windows color (decimal): -13098743 or 598328. OLE color: 598328.

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

Color convert

RGB 56 33 9 -
CMYK 0 0.41 0.84 0.78
HSL 30.64º 0.72% 0.13% -
HSV(B) 30.64º 0.84% 0.22% -
XYZ 2.22 1.95 0.52 -
YUV 37.14 112.12 141.45 -
System Red Green Blue C M Y K H S L
Decimal 56 33 9 0 0.41 0.84 0.78 30.64 0.72 0.13
Hex 38 21 9 0 29 54 4E 1F 48 D
Octal 70 41 11 0 51 124 116 37 110 15
Binary 111000 100001 1001 0 101001 1010100 1001110 11111 1001000 1101

Color Harmonies of #382109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382109

Black with #382109

Text Example


Text Example

White with #382109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382109; }

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

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

background-color css

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

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

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

border-color css

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

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

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