Html Css Color HEX #CD772A Ochre

📋 copy color: '#CD772A'

red 205 ◦ green 119 ◦ blue 42

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

Shades of Ochre #CD772A

Tints of Ochre #CD772A

RGB

 RED value IS 205 (80.47% from 255) = 56.01%

 GREEN value IS 119 (46.88% from 255) = 32.51%

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

R = 56.01%
G = 32.51%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CD772A (or 0xCD772A) is known color: Ochre. HEX triplet: CD, 77 and 2A. RGB value is (205,119,42). Sum of RGB (Red+Green+Blue) = 205+119+42=366 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.01% from 366); Green value is 119 (46.88% from 255 or 32.51% from 366); Blue value is 42 (16.80% from 255 or 11.48% from 366); Max value from RGB is 205 - color contains mainly: red. Hex color #CD772A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD772A is #3288D5. Grayscale: #888888. Windows color (decimal): -3311830 or 2783181. OLE color: 2783181.

HSL color Cylindrical-coordinate representation of color #CD772A: hue angle of 28.34º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CD772A is Cyan = 0, Magento = 0.42, Yellow = 0.80 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 119 42 -
CMYK 0 0.42 0.80 0.20
HSL 28.34º 0.66% 0.48% -
HSV(B) 28.34º 0.8% 0.8% -
XYZ 32.19 26.34 5.58 -
YUV 135.94 74.99 177.26 -
System Red Green Blue C M Y K H S L
Decimal 205 119 42 0 0.42 0.80 0.20 28.34 0.66 0.48
Hex CD 77 2A 0 2A 50 14 1C 42 30
Octal 315 167 52 0 52 120 24 34 102 60
Binary 11001101 1110111 101010 0 101010 1010000 10100 11100 1000010 110000

Color Harmonies of #CD772A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD772A

Black with #CD772A

Text Example


Text Example

White with #CD772A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD772A; }

 p { color: rgb(205,119,42); }

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

background-color css

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

 a { background-color: rgb(205,119,42); }

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

border-color css

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

 span { border-color: rgb(205,119,42); }

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