Html Css Color HEX #C7821E Ochre

📋 copy color: '#C7821E'

red 199 ◦ green 130 ◦ blue 30

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

Shades of Ochre #C7821E

Tints of Ochre #C7821E

RGB

 RED value IS 199 (78.13% from 255) = 55.43%

 GREEN value IS 130 (51.17% from 255) = 36.21%

 BLUE value IS 30 (12.11% from 255) = 8.36%

R = 55.43%
G = 36.21%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#C7821E (or 0xC7821E) is known color: Ochre. HEX triplet: C7, 82 and 1E. RGB value is (199,130,30). Sum of RGB (Red+Green+Blue) = 199+130+30=359 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.43% from 359); Green value is 130 (51.17% from 255 or 36.21% from 359); Blue value is 30 (12.11% from 255 or 8.36% from 359); Max value from RGB is 199 - color contains mainly: red. Hex color #C7821E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C7821E is #387DE1. Grayscale: #8B8B8B. Windows color (decimal): -3702242 or 1999559. OLE color: 1999559.

HSL color Cylindrical-coordinate representation of color #C7821E: hue angle of 35.5º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C7821E is Cyan = 0, Magento = 0.35, Yellow = 0.85 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 130 30 -
CMYK 0 0.35 0.85 0.22
HSL 35.5º 0.74% 0.45% -
HSV(B) 35.5º 0.85% 0.78% -
XYZ 31.77 28.2 5 -
YUV 139.23 66.36 170.63 -
System Red Green Blue C M Y K H S L
Decimal 199 130 30 0 0.35 0.85 0.22 35.5 0.74 0.45
Hex C7 82 1E 0 23 55 16 24 4A 2D
Octal 307 202 36 0 43 125 26 44 112 55
Binary 11000111 10000010 11110 0 100011 1010101 10110 100100 1001010 101101

Color Harmonies of #C7821E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7821E

Black with #C7821E

Text Example


Text Example

White with #C7821E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7821E; }

 p { color: rgb(199,130,30); }

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

background-color css

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

 a { background-color: rgb(199,130,30); }

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

border-color css

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

 span { border-color: rgb(199,130,30); }

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