Html Css Color HEX #C17023 Ochre

📋 copy color: '#C17023'

red 193 ◦ green 112 ◦ blue 35

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

Shades of Ochre #C17023

Tints of Ochre #C17023

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.94%

 BLUE value IS 35 (14.06% from 255) = 10.29%

R = 56.76%
G = 32.94%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C17023 (or 0xC17023) is known color: Ochre. HEX triplet: C1, 70 and 23. RGB value is (193,112,35). Sum of RGB (Red+Green+Blue) = 193+112+35=340 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.76% from 340); Green value is 112 (44.14% from 255 or 32.94% from 340); Blue value is 35 (14.06% from 255 or 10.29% from 340); Max value from RGB is 193 - color contains mainly: red. Hex color #C17023 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17023 is #3E8FDC. Grayscale: #7F7F7F. Windows color (decimal): -4100061 or 2322625. OLE color: 2322625.

HSL color Cylindrical-coordinate representation of color #C17023: hue angle of 29.24º degrees, saturation: 0.69, 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 #C17023 is Cyan = 0, Magento = 0.42, Yellow = 0.82 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 112 35 -
CMYK 0 0.42 0.82 0.24
HSL 29.24º 0.69% 0.45% -
HSV(B) 29.24º 0.82% 0.76% -
XYZ 28.09 23.05 4.56 -
YUV 127.44 75.84 174.76 -
System Red Green Blue C M Y K H S L
Decimal 193 112 35 0 0.42 0.82 0.24 29.24 0.69 0.45
Hex C1 70 23 0 2A 52 18 1D 45 2D
Octal 301 160 43 0 52 122 30 35 105 55
Binary 11000001 1110000 100011 0 101010 1010010 11000 11101 1000101 101101

Color Harmonies of #C17023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17023

Black with #C17023

Text Example


Text Example

White with #C17023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17023; }

 p { color: rgb(193,112,35); }

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

background-color css

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

 a { background-color: rgb(193,112,35); }

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

border-color css

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

 span { border-color: rgb(193,112,35); }

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