Html Css Color HEX #72430A Raw Umber

📋 copy color: '#72430A'

red 114 ◦ green 67 ◦ blue 10

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

Shades of Raw Umber #72430A

Tints of Raw Umber #72430A

RGB

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

 GREEN value IS 67 (26.56% from 255) = 35.08%

 BLUE value IS 10 (4.3% from 255) = 5.24%

R = 59.69%
G = 35.08%
B = 5.24%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.91

 K value IS 0.55

RGB Variations

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

Color information

#72430A (or 0x72430A) is known color: Raw Umber. HEX triplet: 72, 43 and 0A. RGB value is (114,67,10). Sum of RGB (Red+Green+Blue) = 114+67+10=191 (25% of max value = 765). Red value is 114 (44.92% from 255 or 59.69% from 191); Green value is 67 (26.56% from 255 or 35.08% from 191); Blue value is 10 (4.30% from 255 or 5.24% from 191); Max value from RGB is 114 - color contains mainly: red. Hex color #72430A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72430A is #8DBCF5. Grayscale: #4A4A4A. Windows color (decimal): -9288950 or 672626. OLE color: 672626.

HSL color Cylindrical-coordinate representation of color #72430A: hue angle of 32.88º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #72430A is Cyan = 0, Magento = 0.41, Yellow = 0.91 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 67 10 -
CMYK 0 0.41 0.91 0.55
HSL 32.88º 0.84% 0.24% -
HSV(B) 32.88º 0.91% 0.45% -
XYZ 9 7.61 1.28 -
YUV 74.56 91.57 156.13 -
System Red Green Blue C M Y K H S L
Decimal 114 67 10 0 0.41 0.91 0.55 32.88 0.84 0.24
Hex 72 43 A 0 29 5B 37 21 54 18
Octal 162 103 12 0 51 133 67 41 124 30
Binary 1110010 1000011 1010 0 101001 1011011 110111 100001 1010100 11000

Color Harmonies of #72430A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72430A

Black with #72430A

Text Example


Text Example

White with #72430A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72430A; }

 p { color: rgb(114,67,10); }

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

background-color css

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

 a { background-color: rgb(114,67,10); }

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

border-color css

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

 span { border-color: rgb(114,67,10); }

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