Html Css Color HEX #C0751E Ochre

📋 copy color: '#C0751E'

red 192 ◦ green 117 ◦ blue 30

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

Shades of Ochre #C0751E

Tints of Ochre #C0751E

RGB

 RED value IS 192 (75.39% from 255) = 56.64%

 GREEN value IS 117 (46.09% from 255) = 34.51%

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

R = 56.64%
G = 34.51%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#C0751E (or 0xC0751E) is known color: Ochre. HEX triplet: C0, 75 and 1E. RGB value is (192,117,30). Sum of RGB (Red+Green+Blue) = 192+117+30=339 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.64% from 339); Green value is 117 (46.09% from 255 or 34.51% from 339); Blue value is 30 (12.11% from 255 or 8.85% from 339); Max value from RGB is 192 - color contains mainly: red. Hex color #C0751E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0751E is #3F8AE1. Grayscale: #818181. Windows color (decimal): -4164322 or 1996224. OLE color: 1996224.

HSL color Cylindrical-coordinate representation of color #C0751E: hue angle of 32.22º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C0751E is Cyan = 0, Magento = 0.39, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 117 30 -
CMYK 0 0.39 0.84 0.25
HSL 32.22º 0.73% 0.44% -
HSV(B) 32.22º 0.84% 0.75% -
XYZ 28.33 24.02 4.37 -
YUV 129.51 71.85 172.57 -
System Red Green Blue C M Y K H S L
Decimal 192 117 30 0 0.39 0.84 0.25 32.22 0.73 0.44
Hex C0 75 1E 0 27 54 19 20 49 2C
Octal 300 165 36 0 47 124 31 40 111 54
Binary 11000000 1110101 11110 0 100111 1010100 11001 100000 1001001 101100

Color Harmonies of #C0751E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0751E

Black with #C0751E

Text Example


Text Example

White with #C0751E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0751E; }

 p { color: rgb(192,117,30); }

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

background-color css

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

 a { background-color: rgb(192,117,30); }

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

border-color css

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

 span { border-color: rgb(192,117,30); }

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