Html Css Color HEX #C17422 Ochre

📋 copy color: '#C17422'

red 193 ◦ green 116 ◦ blue 34

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

Shades of Ochre #C17422

Tints of Ochre #C17422

RGB

 RED value IS 193 (75.78% from 255) = 56.27%

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

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

R = 56.27%
G = 33.82%
B = 9.91%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C17422 (or 0xC17422) is known color: Ochre. HEX triplet: C1, 74 and 22. RGB value is (193,116,34). Sum of RGB (Red+Green+Blue) = 193+116+34=343 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.27% from 343); Green value is 116 (45.70% from 255 or 33.82% from 343); Blue value is 34 (13.67% from 255 or 9.91% from 343); Max value from RGB is 193 - color contains mainly: red. Hex color #C17422 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17422 is #3E8BDD. Grayscale: #828282. Windows color (decimal): -4099038 or 2258113. OLE color: 2258113.

HSL color Cylindrical-coordinate representation of color #C17422: hue angle of 30.94º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C17422 is Cyan = 0, Magento = 0.40, Yellow = 0.82 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 116 34 -
CMYK 0 0.40 0.82 0.24
HSL 30.94º 0.7% 0.45% -
HSV(B) 30.94º 0.82% 0.76% -
XYZ 28.53 23.94 4.63 -
YUV 129.68 74.01 173.17 -
System Red Green Blue C M Y K H S L
Decimal 193 116 34 0 0.40 0.82 0.24 30.94 0.7 0.45
Hex C1 74 22 0 28 52 18 1F 46 2D
Octal 301 164 42 0 50 122 30 37 106 55
Binary 11000001 1110100 100010 0 101000 1010010 11000 11111 1000110 101101

Color Harmonies of #C17422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17422

Black with #C17422

Text Example


Text Example

White with #C17422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17422; }

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

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

background-color css

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

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

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

border-color css

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

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

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