Html Css Color HEX #CD7321 Ochre

📋 copy color: '#CD7321'

red 205 ◦ green 115 ◦ blue 33

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

Shades of Ochre #CD7321

Tints of Ochre #CD7321

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.35%

R = 58.07%
G = 32.58%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CD7321 (or 0xCD7321) is known color: Ochre. HEX triplet: CD, 73 and 21. RGB value is (205,115,33). Sum of RGB (Red+Green+Blue) = 205+115+33=353 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.07% from 353); Green value is 115 (45.31% from 255 or 32.58% from 353); Blue value is 33 (13.28% from 255 or 9.35% from 353); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7321 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD7321 is #328CDE. Grayscale: #848484. Windows color (decimal): -3312863 or 2192333. OLE color: 2192333.

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

Color convert

RGB 205 115 33 -
CMYK 0 0.44 0.84 0.20
HSL 28.6º 0.72% 0.47% -
HSV(B) 28.6º 0.84% 0.8% -
XYZ 31.58 25.35 4.67 -
YUV 132.56 71.82 179.67 -
System Red Green Blue C M Y K H S L
Decimal 205 115 33 0 0.44 0.84 0.20 28.6 0.72 0.47
Hex CD 73 21 0 2C 54 14 1D 48 2F
Octal 315 163 41 0 54 124 24 35 110 57
Binary 11001101 1110011 100001 0 101100 1010100 10100 11101 1001000 101111

Color Harmonies of #CD7321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7321

Black with #CD7321

Text Example


Text Example

White with #CD7321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7321; }

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

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

background-color css

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

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

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

border-color css

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

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

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