Html Css Color HEX #CD7527 Ochre

📋 copy color: '#CD7527'

red 205 ◦ green 117 ◦ blue 39

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

Shades of Ochre #CD7527

Tints of Ochre #CD7527

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.41%

 BLUE value IS 39 (15.63% from 255) = 10.8%

R = 56.79%
G = 32.41%
B = 10.8%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.81

 K value IS 0.20

RGB Variations

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

Color information

#CD7527 (or 0xCD7527) is known color: Ochre. HEX triplet: CD, 75 and 27. RGB value is (205,117,39). Sum of RGB (Red+Green+Blue) = 205+117+39=361 (47% of max value = 765). Red value is 205 (80.47% from 255 or 56.79% from 361); Green value is 117 (46.09% from 255 or 32.41% from 361); Blue value is 39 (15.62% from 255 or 10.80% from 361); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7527 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD7527 is #328AD8. Grayscale: #868686. Windows color (decimal): -3312345 or 2586061. OLE color: 2586061.

HSL color Cylindrical-coordinate representation of color #CD7527: hue angle of 28.19º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CD7527 is Cyan = 0, Magento = 0.43, Yellow = 0.81 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 117 39 -
CMYK 0 0.43 0.81 0.20
HSL 28.19º 0.68% 0.48% -
HSV(B) 28.19º 0.81% 0.8% -
XYZ 31.9 25.85 5.23 -
YUV 134.42 74.15 178.34 -
System Red Green Blue C M Y K H S L
Decimal 205 117 39 0 0.43 0.81 0.20 28.19 0.68 0.48
Hex CD 75 27 0 2B 51 14 1C 44 30
Octal 315 165 47 0 53 121 24 34 104 60
Binary 11001101 1110101 100111 0 101011 1010001 10100 11100 1000100 110000

Color Harmonies of #CD7527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7527

Black with #CD7527

Text Example


Text Example

White with #CD7527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7527; }

 p { color: rgb(205,117,39); }

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

background-color css

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

 a { background-color: rgb(205,117,39); }

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

border-color css

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

 span { border-color: rgb(205,117,39); }

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