Html Css Color HEX #382919 Cocoa Brown

📋 copy color: '#382919'

red 56 ◦ green 41 ◦ blue 25

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

Shades of Cocoa Brown #382919

Tints of Cocoa Brown #382919

RGB

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

 GREEN value IS 41 (16.41% from 255) = 33.61%

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

R = 45.9%
G = 33.61%
B = 20.49%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.55

 K value IS 0.78

RGB Variations

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

Color information

#382919 (or 0x382919) is known color: Cocoa Brown. HEX triplet: 38, 29 and 19. RGB value is (56,41,25). Sum of RGB (Red+Green+Blue) = 56+41+25=122 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.90% from 122); Green value is 41 (16.41% from 255 or 33.61% from 122); Blue value is 25 (10.16% from 255 or 20.49% from 122); Max value from RGB is 56 - color contains mainly: red. Hex color #382919 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382919 is #C7D6E6. Grayscale: #2B2B2B. Windows color (decimal): -13096679 or 1648952. OLE color: 1648952.

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

Color convert

RGB 56 41 25 -
CMYK 0 0.27 0.55 0.78
HSL 30.97º 0.38% 0.16% -
HSV(B) 30.97º 0.55% 0.22% -
XYZ 2.6 2.5 1.26 -
YUV 43.66 117.47 136.8 -
System Red Green Blue C M Y K H S L
Decimal 56 41 25 0 0.27 0.55 0.78 30.97 0.38 0.16
Hex 38 29 19 0 1B 37 4E 1F 26 10
Octal 70 51 31 0 33 67 116 37 46 20
Binary 111000 101001 11001 0 11011 110111 1001110 11111 100110 10000

Color Harmonies of #382919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382919

Black with #382919

Text Example


Text Example

White with #382919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382919; }

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

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

background-color css

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

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

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

border-color css

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

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

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