Html Css Color HEX #CD7B20 Ochre

📋 copy color: '#CD7B20'

red 205 ◦ green 123 ◦ blue 32

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

Shades of Ochre #CD7B20

Tints of Ochre #CD7B20

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.17%

 BLUE value IS 32 (12.89% from 255) = 8.89%

R = 56.94%
G = 34.17%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CD7B20 (or 0xCD7B20) is known color: Ochre. HEX triplet: CD, 7B and 20. RGB value is (205,123,32). Sum of RGB (Red+Green+Blue) = 205+123+32=360 (47% of max value = 765). Red value is 205 (80.47% from 255 or 56.94% from 360); Green value is 123 (48.44% from 255 or 34.17% from 360); Blue value is 32 (12.89% from 255 or 8.89% from 360); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7B20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD7B20 is #3284DF. Grayscale: #898989. Windows color (decimal): -3310816 or 2128845. OLE color: 2128845.

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

Color convert

RGB 205 123 32 -
CMYK 0 0.4 0.84 0.20
HSL 31.56º 0.73% 0.46% -
HSV(B) 31.56º 0.84% 0.8% -
XYZ 32.52 27.25 4.91 -
YUV 137.14 68.67 176.4 -
System Red Green Blue C M Y K H S L
Decimal 205 123 32 0 0.4 0.84 0.20 31.56 0.73 0.46
Hex CD 7B 20 0 28 54 14 20 49 2E
Octal 315 173 40 0 50 124 24 40 111 56
Binary 11001101 1111011 100000 0 101000 1010100 10100 100000 1001001 101110

Color Harmonies of #CD7B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7B20

Black with #CD7B20

Text Example


Text Example

White with #CD7B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7B20; }

 p { color: rgb(205,123,32); }

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

background-color css

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

 a { background-color: rgb(205,123,32); }

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

border-color css

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

 span { border-color: rgb(205,123,32); }

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