Html Css Color HEX #CD7A28 Ochre

📋 copy color: '#CD7A28'

red 205 ◦ green 122 ◦ blue 40

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

Shades of Ochre #CD7A28

Tints of Ochre #CD7A28

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.24%

 BLUE value IS 40 (16.02% from 255) = 10.9%

R = 55.86%
G = 33.24%
B = 10.9%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.80

 K value IS 0.20

RGB Variations

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

Color information

#CD7A28 (or 0xCD7A28) is known color: Ochre. HEX triplet: CD, 7A and 28. RGB value is (205,122,40). Sum of RGB (Red+Green+Blue) = 205+122+40=367 (48% of max value = 765). Red value is 205 (80.47% from 255 or 55.86% from 367); Green value is 122 (48.05% from 255 or 33.24% from 367); Blue value is 40 (16.02% from 255 or 10.90% from 367); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7A28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD7A28 is #3285D7. Grayscale: #898989. Windows color (decimal): -3311064 or 2652877. OLE color: 2652877.

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

Color convert

RGB 205 122 40 -
CMYK 0 0.40 0.80 0.20
HSL 29.82º 0.67% 0.48% -
HSV(B) 29.82º 0.8% 0.8% -
XYZ 32.52 27.05 5.51 -
YUV 137.47 73 176.17 -
System Red Green Blue C M Y K H S L
Decimal 205 122 40 0 0.40 0.80 0.20 29.82 0.67 0.48
Hex CD 7A 28 0 28 50 14 1E 43 30
Octal 315 172 50 0 50 120 24 36 103 60
Binary 11001101 1111010 101000 0 101000 1010000 10100 11110 1000011 110000

Color Harmonies of #CD7A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7A28

Black with #CD7A28

Text Example


Text Example

White with #CD7A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7A28; }

 p { color: rgb(205,122,40); }

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

background-color css

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

 a { background-color: rgb(205,122,40); }

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

border-color css

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

 span { border-color: rgb(205,122,40); }

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