Html Css Color HEX #382415 Cocoa Brown

📋 copy color: '#382415'

red 56 ◦ green 36 ◦ blue 21

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

Shades of Cocoa Brown #382415

Tints of Cocoa Brown #382415

RGB

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

 GREEN value IS 36 (14.45% from 255) = 31.86%

 BLUE value IS 21 (8.59% from 255) = 18.58%

R = 49.56%
G = 31.86%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.63

 K value IS 0.78

RGB Variations

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

Color information

#382415 (or 0x382415) is known color: Cocoa Brown. HEX triplet: 38, 24 and 15. RGB value is (56,36,21). Sum of RGB (Red+Green+Blue) = 56+36+21=113 (14% of max value = 765). Red value is 56 (22.27% from 255 or 49.56% from 113); Green value is 36 (14.45% from 255 or 31.86% from 113); Blue value is 21 (8.59% from 255 or 18.58% from 113); Max value from RGB is 56 - color contains mainly: red. Hex color #382415 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382415 is #C7DBEA. Grayscale: #282828. Windows color (decimal): -13097963 or 1385528. OLE color: 1385528.

HSL color Cylindrical-coordinate representation of color #382415: hue angle of 25.71º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #382415 is Cyan = 0, Magento = 0.36, Yellow = 0.63 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 36 21 -
CMYK 0 0.36 0.63 0.78
HSL 25.71º 0.45% 0.15% -
HSV(B) 25.71º 0.63% 0.22% -
XYZ 2.4 2.16 1 -
YUV 40.27 117.13 139.22 -
System Red Green Blue C M Y K H S L
Decimal 56 36 21 0 0.36 0.63 0.78 25.71 0.45 0.15
Hex 38 24 15 0 24 3F 4E 1A 2D F
Octal 70 44 25 0 44 77 116 32 55 17
Binary 111000 100100 10101 0 100100 111111 1001110 11010 101101 1111

Color Harmonies of #382415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382415

Black with #382415

Text Example


Text Example

White with #382415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382415; }

 p { color: rgb(56,36,21); }

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

background-color css

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

 a { background-color: rgb(56,36,21); }

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

border-color css

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

 span { border-color: rgb(56,36,21); }

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