Html Css Color HEX #CD752C Ochre

📋 copy color: '#CD752C'

red 205 ◦ green 117 ◦ blue 44

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

Shades of Ochre #CD752C

Tints of Ochre #CD752C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.02%

R = 56.01%
G = 31.97%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.79

 K value IS 0.20

RGB Variations

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

Color information

#CD752C (or 0xCD752C) is known color: Ochre. HEX triplet: CD, 75 and 2C. RGB value is (205,117,44). Sum of RGB (Red+Green+Blue) = 205+117+44=366 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.01% from 366); Green value is 117 (46.09% from 255 or 31.97% from 366); Blue value is 44 (17.58% from 255 or 12.02% from 366); Max value from RGB is 205 - color contains mainly: red. Hex color #CD752C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD752C is #328AD3. Grayscale: #878787. Windows color (decimal): -3312340 or 2913741. OLE color: 2913741.

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

Color convert

RGB 205 117 44 -
CMYK 0 0.43 0.79 0.20
HSL 27.2º 0.65% 0.49% -
HSV(B) 27.2º 0.79% 0.8% -
XYZ 31.99 25.88 5.69 -
YUV 134.99 76.65 177.94 -
System Red Green Blue C M Y K H S L
Decimal 205 117 44 0 0.43 0.79 0.20 27.2 0.65 0.49
Hex CD 75 2C 0 2B 4F 14 1B 41 31
Octal 315 165 54 0 53 117 24 33 101 61
Binary 11001101 1110101 101100 0 101011 1001111 10100 11011 1000001 110001

Color Harmonies of #CD752C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD752C

Black with #CD752C

Text Example


Text Example

White with #CD752C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD752C; }

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

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

background-color css

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

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

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

border-color css

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

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

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