Html Css Color HEX #38210F Cocoa Brown

📋 copy color: '#38210F'

red 56 ◦ green 33 ◦ blue 15

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

Shades of Cocoa Brown #38210F

Tints of Cocoa Brown #38210F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 31.73%

 BLUE value IS 15 (6.25% from 255) = 14.42%

R = 53.85%
G = 31.73%
B = 14.42%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.73

 K value IS 0.78

RGB Variations

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

Color information

#38210F (or 0x38210F) is known color: Cocoa Brown. HEX triplet: 38, 21 and 0F. RGB value is (56,33,15). Sum of RGB (Red+Green+Blue) = 56+33+15=104 (13% of max value = 765). Red value is 56 (22.27% from 255 or 53.85% from 104); Green value is 33 (13.28% from 255 or 31.73% from 104); Blue value is 15 (6.25% from 255 or 14.42% from 104); Max value from RGB is 56 - color contains mainly: red. Hex color #38210F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #38210F is #C7DEF0. Grayscale: #252525. Windows color (decimal): -13098737 or 991544. OLE color: 991544.

HSL color Cylindrical-coordinate representation of color #38210F: hue angle of 26.34º degrees, saturation: 0.58, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #38210F is Cyan = 0, Magento = 0.41, Yellow = 0.73 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 33 15 -
CMYK 0 0.41 0.73 0.78
HSL 26.34º 0.58% 0.14% -
HSV(B) 26.34º 0.73% 0.22% -
XYZ 2.26 1.96 0.71 -
YUV 37.83 115.12 140.96 -
System Red Green Blue C M Y K H S L
Decimal 56 33 15 0 0.41 0.73 0.78 26.34 0.58 0.14
Hex 38 21 F 0 29 49 4E 1A 3A E
Octal 70 41 17 0 51 111 116 32 72 16
Binary 111000 100001 1111 0 101001 1001001 1001110 11010 111010 1110

Color Harmonies of #38210F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38210F

Black with #38210F

Text Example


Text Example

White with #38210F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38210F; }

 p { color: rgb(56,33,15); }

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

background-color css

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

 a { background-color: rgb(56,33,15); }

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

border-color css

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

 span { border-color: rgb(56,33,15); }

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