Html Css Color HEX #382213 Cocoa Brown

📋 copy color: '#382213'

red 56 ◦ green 34 ◦ blue 19

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

Shades of Cocoa Brown #382213

Tints of Cocoa Brown #382213

RGB

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

 GREEN value IS 34 (13.67% from 255) = 31.19%

 BLUE value IS 19 (7.81% from 255) = 17.43%

R = 51.38%
G = 31.19%
B = 17.43%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.66

 K value IS 0.78

RGB Variations

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

Color information

#382213 (or 0x382213) is known color: Cocoa Brown. HEX triplet: 38, 22 and 13. RGB value is (56,34,19). Sum of RGB (Red+Green+Blue) = 56+34+19=109 (14% of max value = 765). Red value is 56 (22.27% from 255 or 51.38% from 109); Green value is 34 (13.67% from 255 or 31.19% from 109); Blue value is 19 (7.81% from 255 or 17.43% from 109); Max value from RGB is 56 - color contains mainly: red. Hex color #382213 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382213 is #C7DDEC. Grayscale: #262626. Windows color (decimal): -13098477 or 1253944. OLE color: 1253944.

HSL color Cylindrical-coordinate representation of color #382213: hue angle of 24.32º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #382213 is Cyan = 0, Magento = 0.39, Yellow = 0.66 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 34 19 -
CMYK 0 0.39 0.66 0.78
HSL 24.32º 0.49% 0.15% -
HSV(B) 24.32º 0.66% 0.22% -
XYZ 2.32 2.03 0.89 -
YUV 38.87 116.79 140.22 -
System Red Green Blue C M Y K H S L
Decimal 56 34 19 0 0.39 0.66 0.78 24.32 0.49 0.15
Hex 38 22 13 0 27 42 4E 18 31 F
Octal 70 42 23 0 47 102 116 30 61 17
Binary 111000 100010 10011 0 100111 1000010 1001110 11000 110001 1111

Color Harmonies of #382213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382213

Black with #382213

Text Example


Text Example

White with #382213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382213; }

 p { color: rgb(56,34,19); }

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

background-color css

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

 a { background-color: rgb(56,34,19); }

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

border-color css

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

 span { border-color: rgb(56,34,19); }

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