Html Css Color HEX #382310 Cocoa Brown

📋 copy color: '#382310'

red 56 ◦ green 35 ◦ blue 16

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

Shades of Cocoa Brown #382310

Tints of Cocoa Brown #382310

RGB

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

 GREEN value IS 35 (14.06% from 255) = 32.71%

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

R = 52.34%
G = 32.71%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.71

 K value IS 0.78

RGB Variations

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

Color information

#382310 (or 0x382310) is known color: Cocoa Brown. HEX triplet: 38, 23 and 10. RGB value is (56,35,16). Sum of RGB (Red+Green+Blue) = 56+35+16=107 (14% of max value = 765). Red value is 56 (22.27% from 255 or 52.34% from 107); Green value is 35 (14.06% from 255 or 32.71% from 107); Blue value is 16 (6.64% from 255 or 14.95% from 107); Max value from RGB is 56 - color contains mainly: red. Hex color #382310 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382310 is #C7DCEF. Grayscale: #272727. Windows color (decimal): -13098224 or 1057592. OLE color: 1057592.

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

Color convert

RGB 56 35 16 -
CMYK 0 0.37 0.71 0.78
HSL 28.5º 0.56% 0.14% -
HSV(B) 28.5º 0.71% 0.22% -
XYZ 2.33 2.08 0.77 -
YUV 39.11 114.96 140.04 -
System Red Green Blue C M Y K H S L
Decimal 56 35 16 0 0.37 0.71 0.78 28.5 0.56 0.14
Hex 38 23 10 0 25 47 4E 1C 38 E
Octal 70 43 20 0 45 107 116 34 70 16
Binary 111000 100011 10000 0 100101 1000111 1001110 11100 111000 1110

Color Harmonies of #382310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382310

Black with #382310

Text Example


Text Example

White with #382310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382310; }

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

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

background-color css

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

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

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

border-color css

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

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

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