Html Css Color HEX #382814 Cocoa Brown

📋 copy color: '#382814'

red 56 ◦ green 40 ◦ blue 20

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

Shades of Cocoa Brown #382814

Tints of Cocoa Brown #382814

RGB

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

 GREEN value IS 40 (16.02% from 255) = 34.48%

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

R = 48.28%
G = 34.48%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.64

 K value IS 0.78

RGB Variations

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

Color information

#382814 (or 0x382814) is known color: Cocoa Brown. HEX triplet: 38, 28 and 14. RGB value is (56,40,20). Sum of RGB (Red+Green+Blue) = 56+40+20=116 (15% of max value = 765). Red value is 56 (22.27% from 255 or 48.28% from 116); Green value is 40 (16.02% from 255 or 34.48% from 116); Blue value is 20 (8.20% from 255 or 17.24% from 116); Max value from RGB is 56 - color contains mainly: red. Hex color #382814 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382814 is #C7D7EB. Grayscale: #2A2A2A. Windows color (decimal): -13096940 or 1321016. OLE color: 1321016.

HSL color Cylindrical-coordinate representation of color #382814: hue angle of 33.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 #382814 is Cyan = 0, Magento = 0.29, Yellow = 0.64 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 40 20 -
CMYK 0 0.29 0.64 0.78
HSL 33.33º 0.47% 0.15% -
HSV(B) 33.33º 0.64% 0.22% -
XYZ 2.52 2.41 0.99 -
YUV 42.5 115.3 137.63 -
System Red Green Blue C M Y K H S L
Decimal 56 40 20 0 0.29 0.64 0.78 33.33 0.47 0.15
Hex 38 28 14 0 1D 40 4E 21 2F F
Octal 70 50 24 0 35 100 116 41 57 17
Binary 111000 101000 10100 0 11101 1000000 1001110 100001 101111 1111

Color Harmonies of #382814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382814

Black with #382814

Text Example


Text Example

White with #382814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382814; }

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

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

background-color css

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

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

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

border-color css

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

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

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