Html Css Color HEX #382410 Cocoa Brown

📋 copy color: '#382410'

red 56 ◦ green 36 ◦ blue 16

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

Shades of Cocoa Brown #382410

Tints of Cocoa Brown #382410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 14.81%

R = 51.85%
G = 33.33%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.71

 K value IS 0.78

RGB Variations

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

Color information

#382410 (or 0x382410) is known color: Cocoa Brown. HEX triplet: 38, 24 and 10. RGB value is (56,36,16). Sum of RGB (Red+Green+Blue) = 56+36+16=108 (14% of max value = 765). Red value is 56 (22.27% from 255 or 51.85% from 108); Green value is 36 (14.45% from 255 or 33.33% from 108); Blue value is 16 (6.64% from 255 or 14.81% from 108); Max value from RGB is 56 - color contains mainly: red. Hex color #382410 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382410 is #C7DBEF. Grayscale: #272727. Windows color (decimal): -13097968 or 1057848. OLE color: 1057848.

HSL color Cylindrical-coordinate representation of color #382410: hue angle of 30º degrees, saturation: 0.56, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #382410 is Cyan = 0, Magento = 0.36, Yellow = 0.71 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 36 16 -
CMYK 0 0.36 0.71 0.78
HSL 30º 0.56% 0.14% -
HSV(B) 30º 0.71% 0.22% -
XYZ 2.36 2.14 0.78 -
YUV 39.7 114.63 139.63 -
System Red Green Blue C M Y K H S L
Decimal 56 36 16 0 0.36 0.71 0.78 30 0.56 0.14
Hex 38 24 10 0 24 47 4E 1E 38 E
Octal 70 44 20 0 44 107 116 36 70 16
Binary 111000 100100 10000 0 100100 1000111 1001110 11110 111000 1110

Color Harmonies of #382410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382410

Black with #382410

Text Example


Text Example

White with #382410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382410; }

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

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

background-color css

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

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

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

border-color css

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

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

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