Html Css Color HEX #72530F Raw Umber

📋 copy color: '#72530F'

red 114 ◦ green 83 ◦ blue 15

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

Shades of Raw Umber #72530F

Tints of Raw Umber #72530F

RGB

 RED value IS 114 (44.92% from 255) = 53.77%

 GREEN value IS 83 (32.81% from 255) = 39.15%

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

R = 53.77%
G = 39.15%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.87

 K value IS 0.55

RGB Variations

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

Color information

#72530F (or 0x72530F) is known color: Raw Umber. HEX triplet: 72, 53 and 0F. RGB value is (114,83,15). Sum of RGB (Red+Green+Blue) = 114+83+15=212 (28% of max value = 765). Red value is 114 (44.92% from 255 or 53.77% from 212); Green value is 83 (32.81% from 255 or 39.15% from 212); Blue value is 15 (6.25% from 255 or 7.08% from 212); Max value from RGB is 114 - color contains mainly: red. Hex color #72530F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #72530F is #8DACF0. Grayscale: #545454. Windows color (decimal): -9284849 or 1004402. OLE color: 1004402.

HSL color Cylindrical-coordinate representation of color #72530F: hue angle of 41.21º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #72530F is Cyan = 0, Magento = 0.27, Yellow = 0.87 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 83 15 -
CMYK 0 0.27 0.87 0.55
HSL 41.21º 0.77% 0.25% -
HSV(B) 41.21º 0.87% 0.45% -
XYZ 10.12 9.8 1.81 -
YUV 84.52 88.77 149.03 -
System Red Green Blue C M Y K H S L
Decimal 114 83 15 0 0.27 0.87 0.55 41.21 0.77 0.25
Hex 72 53 F 0 1B 57 37 29 4D 19
Octal 162 123 17 0 33 127 67 51 115 31
Binary 1110010 1010011 1111 0 11011 1010111 110111 101001 1001101 11001

Color Harmonies of #72530F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72530F

Black with #72530F

Text Example


Text Example

White with #72530F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,83,15); }

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

background-color css

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

 a { background-color: rgb(114,83,15); }

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

border-color css

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

 span { border-color: rgb(114,83,15); }

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