Html Css Color HEX #382214 Cocoa Brown

📋 copy color: '#382214'

red 56 ◦ green 34 ◦ blue 20

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

Shades of Cocoa Brown #382214

Tints of Cocoa Brown #382214

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 18.18%

R = 50.91%
G = 30.91%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.64

 K value IS 0.78

RGB Variations

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

Color information

#382214 (or 0x382214) is known color: Cocoa Brown. HEX triplet: 38, 22 and 14. RGB value is (56,34,20). Sum of RGB (Red+Green+Blue) = 56+34+20=110 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50.91% from 110); Green value is 34 (13.67% from 255 or 30.91% from 110); Blue value is 20 (8.20% from 255 or 18.18% from 110); Max value from RGB is 56 - color contains mainly: red. Hex color #382214 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382214 is #C7DDEB. Grayscale: #272727. Windows color (decimal): -13098476 or 1319480. OLE color: 1319480.

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

Color convert

RGB 56 34 20 -
CMYK 0 0.39 0.64 0.78
HSL 23.33º 0.47% 0.15% -
HSV(B) 23.33º 0.64% 0.22% -
XYZ 2.33 2.04 0.93 -
YUV 38.98 117.29 140.14 -
System Red Green Blue C M Y K H S L
Decimal 56 34 20 0 0.39 0.64 0.78 23.33 0.47 0.15
Hex 38 22 14 0 27 40 4E 17 2F F
Octal 70 42 24 0 47 100 116 27 57 17
Binary 111000 100010 10100 0 100111 1000000 1001110 10111 101111 1111

Color Harmonies of #382214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382214

Black with #382214

Text Example


Text Example

White with #382214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382214; }

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

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

background-color css

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

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

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

border-color css

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

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

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