Html Css Color HEX #7C3D02 Raw Umber

📋 copy color: '#7C3D02'

red 124 ◦ green 61 ◦ blue 2

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

Shades of Raw Umber #7C3D02

Tints of Raw Umber #7C3D02

RGB

 RED value IS 124 (48.83% from 255) = 66.31%

 GREEN value IS 61 (24.22% from 255) = 32.62%

 BLUE value IS 2 (1.17% from 255) = 1.07%

R = 66.31%
G = 32.62%
B = 1.07%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.98

 K value IS 0.51

RGB Variations

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

Color information

#7C3D02 (or 0x7C3D02) is known color: Raw Umber. HEX triplet: 7C, 3D and 02. RGB value is (124,61,2). Sum of RGB (Red+Green+Blue) = 124+61+2=187 (24% of max value = 765). Red value is 124 (48.83% from 255 or 66.31% from 187); Green value is 61 (24.22% from 255 or 32.62% from 187); Blue value is 2 (1.17% from 255 or 1.07% from 187); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3D02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C3D02 is #83C2FD. Grayscale: #494949. Windows color (decimal): -8635134 or 146812. OLE color: 146812.

HSL color Cylindrical-coordinate representation of color #7C3D02: hue angle of 29.02º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7C3D02 is Cyan = 0, Magento = 0.51, Yellow = 0.98 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 61 2 -
CMYK 0 0.51 0.98 0.51
HSL 29.02º 0.97% 0.25% -
HSV(B) 29.02º 0.98% 0.49% -
XYZ 9.99 7.63 1 -
YUV 73.11 87.87 164.3 -
System Red Green Blue C M Y K H S L
Decimal 124 61 2 0 0.51 0.98 0.51 29.02 0.97 0.25
Hex 7C 3D 2 0 33 62 33 1D 61 19
Octal 174 75 2 0 63 142 63 35 141 31
Binary 1111100 111101 10 0 110011 1100010 110011 11101 1100001 11001

Color Harmonies of #7C3D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C3D02

Black with #7C3D02

Text Example


Text Example

White with #7C3D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C3D02; }

 p { color: rgb(124,61,2); }

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

background-color css

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

 a { background-color: rgb(124,61,2); }

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

border-color css

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

 span { border-color: rgb(124,61,2); }

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