Html Css Color HEX #942707 Burnt Umber

📋 copy color: '#942707'

red 148 ◦ green 39 ◦ blue 7

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

Shades of Burnt Umber #942707

Tints of Burnt Umber #942707

RGB

 RED value IS 148 (58.2% from 255) = 76.29%

 GREEN value IS 39 (15.63% from 255) = 20.1%

 BLUE value IS 7 (3.13% from 255) = 3.61%

R = 76.29%
G = 20.1%
B = 3.61%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#942707 (or 0x942707) is known color: Burnt Umber. HEX triplet: 94, 27 and 07. RGB value is (148,39,7). Sum of RGB (Red+Green+Blue) = 148+39+7=194 (25% of max value = 765). Red value is 148 (58.20% from 255 or 76.29% from 194); Green value is 39 (15.62% from 255 or 20.10% from 194); Blue value is 7 (3.12% from 255 or 3.61% from 194); Max value from RGB is 148 - color contains mainly: red. Hex color #942707 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #942707 is #6BD8F8. Grayscale: #444444. Windows color (decimal): -7067897 or 468884. OLE color: 468884.

HSL color Cylindrical-coordinate representation of color #942707: hue angle of 13.62º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #942707 is Cyan = 0, Magento = 0.74, Yellow = 0.95 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 39 7 -
CMYK 0 0.74 0.95 0.42
HSL 13.62º 0.91% 0.3% -
HSV(B) 13.62º 0.95% 0.58% -
XYZ 12.98 7.76 1.02 -
YUV 67.94 93.61 185.1 -
System Red Green Blue C M Y K H S L
Decimal 148 39 7 0 0.74 0.95 0.42 13.62 0.91 0.3
Hex 94 27 7 0 4A 5F 2A E 5B 1E
Octal 224 47 7 0 112 137 52 16 133 36
Binary 10010100 100111 111 0 1001010 1011111 101010 1110 1011011 11110

Color Harmonies of #942707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #942707

Black with #942707

Text Example


Text Example

White with #942707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #942707; }

 p { color: rgb(148,39,7); }

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

background-color css

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

 a { background-color: rgb(148,39,7); }

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

border-color css

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

 span { border-color: rgb(148,39,7); }

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