Html Css Color HEX #30220F Cocoa Brown

📋 copy color: '#30220F'

red 48 ◦ green 34 ◦ blue 15

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

Shades of Cocoa Brown #30220F

Tints of Cocoa Brown #30220F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 35.05%

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

R = 49.48%
G = 35.05%
B = 15.46%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.69

 K value IS 0.81

RGB Variations

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

Color information

#30220F (or 0x30220F) is known color: Cocoa Brown. HEX triplet: 30, 22 and 0F. RGB value is (48,34,15). Sum of RGB (Red+Green+Blue) = 48+34+15=97 (12% of max value = 765). Red value is 48 (19.14% from 255 or 49.48% from 97); Green value is 34 (13.67% from 255 or 35.05% from 97); Blue value is 15 (6.25% from 255 or 15.46% from 97); Max value from RGB is 48 - color contains mainly: red. Hex color #30220F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #30220F is #CFDDF0. Grayscale: #242424. Windows color (decimal): -13622769 or 991792. OLE color: 991792.

HSL color Cylindrical-coordinate representation of color #30220F: hue angle of 34.55º 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 #30220F is Cyan = 0, Magento = 0.29, Yellow = 0.69 and Black (K on CMYK) = 0.81.

Color convert

RGB 48 34 15 -
CMYK 0 0.29 0.69 0.81
HSL 34.55º 0.52% 0.12% -
HSV(B) 34.55º 0.69% 0.19% -
XYZ 1.88 1.81 0.7 -
YUV 36.02 116.14 136.54 -
System Red Green Blue C M Y K H S L
Decimal 48 34 15 0 0.29 0.69 0.81 34.55 0.52 0.12
Hex 30 22 F 0 1D 45 51 23 34 C
Octal 60 42 17 0 35 105 121 43 64 14
Binary 110000 100010 1111 0 11101 1000101 1010001 100011 110100 1100

Color Harmonies of #30220F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30220F

Black with #30220F

Text Example


Text Example

White with #30220F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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