Html Css Color HEX #382619 Cocoa Brown

📋 copy color: '#382619'

red 56 ◦ green 38 ◦ blue 25

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

Shades of Cocoa Brown #382619

Tints of Cocoa Brown #382619

RGB

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

 GREEN value IS 38 (15.23% from 255) = 31.93%

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

R = 47.06%
G = 31.93%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.55

 K value IS 0.78

RGB Variations

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

Color information

#382619 (or 0x382619) is known color: Cocoa Brown. HEX triplet: 38, 26 and 19. RGB value is (56,38,25). Sum of RGB (Red+Green+Blue) = 56+38+25=119 (15% of max value = 765). Red value is 56 (22.27% from 255 or 47.06% from 119); Green value is 38 (15.23% from 255 or 31.93% from 119); Blue value is 25 (10.16% from 255 or 21.01% from 119); Max value from RGB is 56 - color contains mainly: red. Hex color #382619 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382619 is #C7D9E6. Grayscale: #292929. Windows color (decimal): -13097447 or 1648184. OLE color: 1648184.

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

Color convert

RGB 56 38 25 -
CMYK 0 0.32 0.55 0.78
HSL 25.16º 0.38% 0.16% -
HSV(B) 25.16º 0.55% 0.22% -
XYZ 2.5 2.3 1.23 -
YUV 41.9 118.46 138.06 -
System Red Green Blue C M Y K H S L
Decimal 56 38 25 0 0.32 0.55 0.78 25.16 0.38 0.16
Hex 38 26 19 0 20 37 4E 19 26 10
Octal 70 46 31 0 40 67 116 31 46 20
Binary 111000 100110 11001 0 100000 110111 1001110 11001 100110 10000

Color Harmonies of #382619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382619

Black with #382619

Text Example


Text Example

White with #382619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382619; }

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

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

background-color css

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

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

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

border-color css

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

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

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