Html Css Color HEX #CD7322 Ochre

📋 copy color: '#CD7322'

red 205 ◦ green 115 ◦ blue 34

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

Shades of Ochre #CD7322

Tints of Ochre #CD7322

RGB

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

 GREEN value IS 115 (45.31% from 255) = 32.49%

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

R = 57.91%
G = 32.49%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.83

 K value IS 0.20

RGB Variations

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

Color information

#CD7322 (or 0xCD7322) is known color: Ochre. HEX triplet: CD, 73 and 22. RGB value is (205,115,34). Sum of RGB (Red+Green+Blue) = 205+115+34=354 (46% of max value = 765). Red value is 205 (80.47% from 255 or 57.91% from 354); Green value is 115 (45.31% from 255 or 32.49% from 354); Blue value is 34 (13.67% from 255 or 9.60% from 354); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7322 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD7322 is #328CDD. Grayscale: #858585. Windows color (decimal): -3312862 or 2257869. OLE color: 2257869.

HSL color Cylindrical-coordinate representation of color #CD7322: hue angle of 28.42º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CD7322 is Cyan = 0, Magento = 0.44, Yellow = 0.83 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 115 34 -
CMYK 0 0.44 0.83 0.20
HSL 28.42º 0.72% 0.47% -
HSV(B) 28.42º 0.83% 0.8% -
XYZ 31.6 25.36 4.74 -
YUV 132.68 72.32 179.59 -
System Red Green Blue C M Y K H S L
Decimal 205 115 34 0 0.44 0.83 0.20 28.42 0.72 0.47
Hex CD 73 22 0 2C 53 14 1C 48 2F
Octal 315 163 42 0 54 123 24 34 110 57
Binary 11001101 1110011 100010 0 101100 1010011 10100 11100 1001000 101111

Color Harmonies of #CD7322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7322

Black with #CD7322

Text Example


Text Example

White with #CD7322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7322; }

 p { color: rgb(205,115,34); }

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

background-color css

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

 a { background-color: rgb(205,115,34); }

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

border-color css

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

 span { border-color: rgb(205,115,34); }

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