Html Css Color HEX #382819 Cocoa Brown

📋 copy color: '#382819'

red 56 ◦ green 40 ◦ blue 25

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

Shades of Cocoa Brown #382819

Tints of Cocoa Brown #382819

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 20.66%

R = 46.28%
G = 33.06%
B = 20.66%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.55

 K value IS 0.78

RGB Variations

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

Color information

#382819 (or 0x382819) is known color: Cocoa Brown. HEX triplet: 38, 28 and 19. RGB value is (56,40,25). Sum of RGB (Red+Green+Blue) = 56+40+25=121 (16% of max value = 765). Red value is 56 (22.27% from 255 or 46.28% from 121); Green value is 40 (16.02% from 255 or 33.06% from 121); Blue value is 25 (10.16% from 255 or 20.66% from 121); Max value from RGB is 56 - color contains mainly: red. Hex color #382819 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382819 is #C7D7E6. Grayscale: #2B2B2B. Windows color (decimal): -13096935 or 1648696. OLE color: 1648696.

HSL color Cylindrical-coordinate representation of color #382819: hue angle of 29.03º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #382819 is Cyan = 0, Magento = 0.29, Yellow = 0.55 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 40 25 -
CMYK 0 0.29 0.55 0.78
HSL 29.03º 0.38% 0.16% -
HSV(B) 29.03º 0.55% 0.22% -
XYZ 2.57 2.43 1.25 -
YUV 43.07 117.8 137.22 -
System Red Green Blue C M Y K H S L
Decimal 56 40 25 0 0.29 0.55 0.78 29.03 0.38 0.16
Hex 38 28 19 0 1D 37 4E 1D 26 10
Octal 70 50 31 0 35 67 116 35 46 20
Binary 111000 101000 11001 0 11101 110111 1001110 11101 100110 10000

Color Harmonies of #382819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382819

Black with #382819

Text Example


Text Example

White with #382819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382819; }

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

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

background-color css

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

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

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

border-color css

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

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

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