Html Css Color HEX #30210F Cocoa Brown

📋 copy color: '#30210F'

red 48 ◦ green 33 ◦ blue 15

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

Shades of Cocoa Brown #30210F

Tints of Cocoa Brown #30210F

RGB

 RED value IS 48 (19.14% from 255) = 50%

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

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

R = 50%
G = 34.38%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.69

 K value IS 0.81

RGB Variations

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

Color information

#30210F (or 0x30210F) is known color: Cocoa Brown. HEX triplet: 30, 21 and 0F. RGB value is (48,33,15). Sum of RGB (Red+Green+Blue) = 48+33+15=96 (12% of max value = 765). Red value is 48 (19.14% from 255 or 50% from 96); Green value is 33 (13.28% from 255 or 34.38% from 96); Blue value is 15 (6.25% from 255 or 15.62% from 96); Max value from RGB is 48 - color contains mainly: red. Hex color #30210F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30210F is #CFDEF0. Grayscale: #232323. Windows color (decimal): -13623025 or 991536. OLE color: 991536.

HSL color Cylindrical-coordinate representation of color #30210F: hue angle of 32.73º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #30210F is Cyan = 0, Magento = 0.31, Yellow = 0.69 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 33 15 -
CMYK 0 0.31 0.69 0.81
HSL 32.73º 0.52% 0.12% -
HSV(B) 32.73º 0.69% 0.19% -
XYZ 1.85 1.75 0.69 -
YUV 35.43 116.47 136.96 -
System Red Green Blue C M Y K H S L
Decimal 48 33 15 0 0.31 0.69 0.81 32.73 0.52 0.12
Hex 30 21 F 0 1F 45 51 21 34 C
Octal 60 41 17 0 37 105 121 41 64 14
Binary 110000 100001 1111 0 11111 1000101 1010001 100001 110100 1100

Color Harmonies of #30210F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30210F

Black with #30210F

Text Example


Text Example

White with #30210F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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