Html Css Color HEX #CD741E Ochre

📋 copy color: '#CD741E'

red 205 ◦ green 116 ◦ blue 30

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

Shades of Ochre #CD741E

Tints of Ochre #CD741E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.05%

 BLUE value IS 30 (12.11% from 255) = 8.55%

R = 58.4%
G = 33.05%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.85

 K value IS 0.20

RGB Variations

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

Color information

#CD741E (or 0xCD741E) is known color: Ochre. HEX triplet: CD, 74 and 1E. RGB value is (205,116,30). Sum of RGB (Red+Green+Blue) = 205+116+30=351 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.40% from 351); Green value is 116 (45.70% from 255 or 33.05% from 351); Blue value is 30 (12.11% from 255 or 8.55% from 351); Max value from RGB is 205 - color contains mainly: red. Hex color #CD741E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD741E is #328BE1. Grayscale: #858585. Windows color (decimal): -3312610 or 1995981. OLE color: 1995981.

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

Color convert

RGB 205 116 30 -
CMYK 0 0.43 0.85 0.20
HSL 29.49º 0.74% 0.46% -
HSV(B) 29.49º 0.85% 0.8% -
XYZ 31.66 25.56 4.49 -
YUV 132.81 69.99 179.49 -
System Red Green Blue C M Y K H S L
Decimal 205 116 30 0 0.43 0.85 0.20 29.49 0.74 0.46
Hex CD 74 1E 0 2B 55 14 1D 4A 2E
Octal 315 164 36 0 53 125 24 35 112 56
Binary 11001101 1110100 11110 0 101011 1010101 10100 11101 1001010 101110

Color Harmonies of #CD741E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD741E

Black with #CD741E

Text Example


Text Example

White with #CD741E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD741E; }

 p { color: rgb(205,116,30); }

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

background-color css

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

 a { background-color: rgb(205,116,30); }

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

border-color css

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

 span { border-color: rgb(205,116,30); }

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