Html Css Color HEX #382710 Cocoa Brown

📋 copy color: '#382710'

red 56 ◦ green 39 ◦ blue 16

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

Shades of Cocoa Brown #382710

Tints of Cocoa Brown #382710

RGB

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

 GREEN value IS 39 (15.63% from 255) = 35.14%

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

R = 50.45%
G = 35.14%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.71

 K value IS 0.78

RGB Variations

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

Color information

#382710 (or 0x382710) is known color: Cocoa Brown. HEX triplet: 38, 27 and 10. RGB value is (56,39,16). Sum of RGB (Red+Green+Blue) = 56+39+16=111 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50.45% from 111); Green value is 39 (15.62% from 255 or 35.14% from 111); Blue value is 16 (6.64% from 255 or 14.41% from 111); Max value from RGB is 56 - color contains mainly: red. Hex color #382710 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382710 is #C7D8EF. Grayscale: #292929. Windows color (decimal): -13097200 or 1058616. OLE color: 1058616.

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

Color convert

RGB 56 39 16 -
CMYK 0 0.30 0.71 0.78
HSL 34.5º 0.56% 0.14% -
HSV(B) 34.5º 0.71% 0.22% -
XYZ 2.45 2.33 0.81 -
YUV 41.46 113.63 138.37 -
System Red Green Blue C M Y K H S L
Decimal 56 39 16 0 0.30 0.71 0.78 34.5 0.56 0.14
Hex 38 27 10 0 1E 47 4E 22 38 E
Octal 70 47 20 0 36 107 116 42 70 16
Binary 111000 100111 10000 0 11110 1000111 1001110 100010 111000 1110

Color Harmonies of #382710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382710

Black with #382710

Text Example


Text Example

White with #382710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382710; }

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

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

background-color css

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

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

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

border-color css

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

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

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