Html Css Color HEX #CD7029 Ochre

📋 copy color: '#CD7029'

red 205 ◦ green 112 ◦ blue 41

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

Shades of Ochre #CD7029

Tints of Ochre #CD7029

RGB

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

 GREEN value IS 112 (44.14% from 255) = 31.28%

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

R = 57.26%
G = 31.28%
B = 11.45%

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

#CD7029 (or 0xCD7029) is known color: Ochre. HEX triplet: CD, 70 and 29. RGB value is (205,112,41). Sum of RGB (Red+Green+Blue) = 205+112+41=358 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.26% from 358); Green value is 112 (44.14% from 255 or 31.28% from 358); Blue value is 41 (16.41% from 255 or 11.45% from 358); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7029 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD7029 is #328FD6. Grayscale: #848484. Windows color (decimal): -3313623 or 2715853. OLE color: 2715853.

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

Color convert

RGB 205 112 41 -
CMYK 0 0.45 0.8 0.20
HSL 25.98º 0.67% 0.48% -
HSV(B) 25.98º 0.8% 0.8% -
XYZ 31.37 24.73 5.22 -
YUV 131.71 76.81 180.27 -
System Red Green Blue C M Y K H S L
Decimal 205 112 41 0 0.45 0.8 0.20 25.98 0.67 0.48
Hex CD 70 29 0 2D 50 14 1A 43 30
Octal 315 160 51 0 55 120 24 32 103 60
Binary 11001101 1110000 101001 0 101101 1010000 10100 11010 1000011 110000

Color Harmonies of #CD7029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7029

Black with #CD7029

Text Example


Text Example

White with #CD7029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7029; }

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

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

background-color css

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

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

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

border-color css

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

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

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