Html Css Color HEX #CD7129 Ochre

📋 copy color: '#CD7129'

red 205 ◦ green 113 ◦ blue 41

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

Shades of Ochre #CD7129

Tints of Ochre #CD7129

RGB

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

 GREEN value IS 113 (44.53% from 255) = 31.48%

 BLUE value IS 41 (16.41% from 255) = 11.42%

R = 57.1%
G = 31.48%
B = 11.42%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.8

 K value IS 0.20

RGB Variations

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

Color information

#CD7129 (or 0xCD7129) is known color: Ochre. HEX triplet: CD, 71 and 29. RGB value is (205,113,41). Sum of RGB (Red+Green+Blue) = 205+113+41=359 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.10% from 359); Green value is 113 (44.53% from 255 or 31.48% from 359); Blue value is 41 (16.41% from 255 or 11.42% from 359); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7129 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD7129 is #328ED6. Grayscale: #848484. Windows color (decimal): -3313367 or 2716109. OLE color: 2716109.

HSL color Cylindrical-coordinate representation of color #CD7129: hue angle of 26.34º degrees, saturation: 0.67, 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 #CD7129 is Cyan = 0, Magento = 0.45, Yellow = 0.8 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 113 41 -
CMYK 0 0.45 0.8 0.20
HSL 26.34º 0.67% 0.48% -
HSV(B) 26.34º 0.8% 0.8% -
XYZ 31.48 24.95 5.25 -
YUV 132.3 76.48 179.85 -
System Red Green Blue C M Y K H S L
Decimal 205 113 41 0 0.45 0.8 0.20 26.34 0.67 0.48
Hex CD 71 29 0 2D 50 14 1A 43 30
Octal 315 161 51 0 55 120 24 32 103 60
Binary 11001101 1110001 101001 0 101101 1010000 10100 11010 1000011 110000

Color Harmonies of #CD7129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7129

Black with #CD7129

Text Example


Text Example

White with #CD7129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7129; }

 p { color: rgb(205,113,41); }

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

background-color css

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

 a { background-color: rgb(205,113,41); }

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

border-color css

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

 span { border-color: rgb(205,113,41); }

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