Html Css Color HEX #72423A Bole

📋 copy color: '#72423A'

red 114 ◦ green 66 ◦ blue 58

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

Shades of Bole #72423A

Tints of Bole #72423A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 27.73%

 BLUE value IS 58 (23.05% from 255) = 24.37%

R = 47.9%
G = 27.73%
B = 24.37%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.49

 K value IS 0.55

RGB Variations

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

Color information

#72423A (or 0x72423A) is known color: Bole. HEX triplet: 72, 42 and 3A. RGB value is (114,66,58). Sum of RGB (Red+Green+Blue) = 114+66+58=238 (31% of max value = 765). Red value is 114 (44.92% from 255 or 47.90% from 238); Green value is 66 (26.17% from 255 or 27.73% from 238); Blue value is 58 (23.05% from 255 or 24.37% from 238); Max value from RGB is 114 - color contains mainly: red. Hex color #72423A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #72423A is #8DBDC5. Grayscale: #4F4F4F. Windows color (decimal): -9289158 or 3818098. OLE color: 3818098.

HSL color Cylindrical-coordinate representation of color #72423A: hue angle of 8.57º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #72423A is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 66 58 -
CMYK 0 0.42 0.49 0.55
HSL 8.57º 0.33% 0.34% -
HSV(B) 8.57º 0.49% 0.45% -
XYZ 9.65 7.78 5 -
YUV 79.44 115.9 152.65 -
System Red Green Blue C M Y K H S L
Decimal 114 66 58 0 0.42 0.49 0.55 8.57 0.33 0.34
Hex 72 42 3A 0 2A 31 37 9 21 22
Octal 162 102 72 0 52 61 67 11 41 42
Binary 1110010 1000010 111010 0 101010 110001 110111 1001 100001 100010

Color Harmonies of #72423A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72423A

Black with #72423A

Text Example


Text Example

White with #72423A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,66,58); }

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

background-color css

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

 a { background-color: rgb(114,66,58); }

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

border-color css

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

 span { border-color: rgb(114,66,58); }

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