Html Css Color HEX #C87422 Ochre

📋 copy color: '#C87422'

red 200 ◦ green 116 ◦ blue 34

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

Shades of Ochre #C87422

Tints of Ochre #C87422

RGB

 RED value IS 200 (78.52% from 255) = 57.14%

 GREEN value IS 116 (45.7% from 255) = 33.14%

 BLUE value IS 34 (13.67% from 255) = 9.71%

R = 57.14%
G = 33.14%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#C87422 (or 0xC87422) is known color: Ochre. HEX triplet: C8, 74 and 22. RGB value is (200,116,34). Sum of RGB (Red+Green+Blue) = 200+116+34=350 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.14% from 350); Green value is 116 (45.70% from 255 or 33.14% from 350); Blue value is 34 (13.67% from 255 or 9.71% from 350); Max value from RGB is 200 - color contains mainly: red. Hex color #C87422 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87422 is #378BDD. Grayscale: #848484. Windows color (decimal): -3640286 or 2258120. OLE color: 2258120.

HSL color Cylindrical-coordinate representation of color #C87422: hue angle of 29.64º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C87422 is Cyan = 0, Magento = 0.42, Yellow = 0.83 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 116 34 -
CMYK 0 0.42 0.83 0.22
HSL 29.64º 0.71% 0.46% -
HSV(B) 29.64º 0.83% 0.78% -
XYZ 30.35 24.89 4.72 -
YUV 131.77 72.83 176.67 -
System Red Green Blue C M Y K H S L
Decimal 200 116 34 0 0.42 0.83 0.22 29.64 0.71 0.46
Hex C8 74 22 0 2A 53 16 1E 47 2E
Octal 310 164 42 0 52 123 26 36 107 56
Binary 11001000 1110100 100010 0 101010 1010011 10110 11110 1000111 101110

Color Harmonies of #C87422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87422

Black with #C87422

Text Example


Text Example

White with #C87422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87422; }

 p { color: rgb(200,116,34); }

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

background-color css

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

 a { background-color: rgb(200,116,34); }

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

border-color css

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

 span { border-color: rgb(200,116,34); }

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