Html Css Color HEX #C5782A Ochre

📋 copy color: '#C5782A'

red 197 ◦ green 120 ◦ blue 42

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

Shades of Ochre #C5782A

Tints of Ochre #C5782A

RGB

 RED value IS 197 (77.34% from 255) = 54.87%

 GREEN value IS 120 (47.27% from 255) = 33.43%

 BLUE value IS 42 (16.8% from 255) = 11.7%

R = 54.87%
G = 33.43%
B = 11.7%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#C5782A (or 0xC5782A) is known color: Ochre. HEX triplet: C5, 78 and 2A. RGB value is (197,120,42). Sum of RGB (Red+Green+Blue) = 197+120+42=359 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.87% from 359); Green value is 120 (47.27% from 255 or 33.43% from 359); Blue value is 42 (16.80% from 255 or 11.70% from 359); Max value from RGB is 197 - color contains mainly: red. Hex color #C5782A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5782A is #3A87D5. Grayscale: #868686. Windows color (decimal): -3835862 or 2783429. OLE color: 2783429.

HSL color Cylindrical-coordinate representation of color #C5782A: hue angle of 30.19º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C5782A is Cyan = 0, Magento = 0.39, Yellow = 0.79 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 120 42 -
CMYK 0 0.39 0.79 0.23
HSL 30.19º 0.65% 0.47% -
HSV(B) 30.19º 0.79% 0.77% -
XYZ 30.16 25.47 5.52 -
YUV 134.13 76.01 172.84 -
System Red Green Blue C M Y K H S L
Decimal 197 120 42 0 0.39 0.79 0.23 30.19 0.65 0.47
Hex C5 78 2A 0 27 4F 17 1E 41 2F
Octal 305 170 52 0 47 117 27 36 101 57
Binary 11000101 1111000 101010 0 100111 1001111 10111 11110 1000001 101111

Color Harmonies of #C5782A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5782A

Black with #C5782A

Text Example


Text Example

White with #C5782A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5782A; }

 p { color: rgb(197,120,42); }

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

background-color css

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

 a { background-color: rgb(197,120,42); }

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

border-color css

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

 span { border-color: rgb(197,120,42); }

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