Html Css Color HEX #CD741F Ochre

📋 copy color: '#CD741F'

red 205 ◦ green 116 ◦ blue 31

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

Shades of Ochre #CD741F

Tints of Ochre #CD741F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 8.81%

R = 58.24%
G = 32.95%
B = 8.81%

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

#CD741F (or 0xCD741F) is known color: Ochre. HEX triplet: CD, 74 and 1F. RGB value is (205,116,31). Sum of RGB (Red+Green+Blue) = 205+116+31=352 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.24% from 352); Green value is 116 (45.70% from 255 or 32.95% from 352); Blue value is 31 (12.5% from 255 or 8.81% from 352); Max value from RGB is 205 - color contains mainly: red. Hex color #CD741F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD741F is #328BE0. Grayscale: #858585. Windows color (decimal): -3312609 or 2061517. OLE color: 2061517.

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

Color convert

RGB 205 116 31 -
CMYK 0 0.43 0.85 0.20
HSL 29.31º 0.74% 0.46% -
HSV(B) 29.31º 0.85% 0.8% -
XYZ 31.67 25.57 4.56 -
YUV 132.92 70.49 179.41 -
System Red Green Blue C M Y K H S L
Decimal 205 116 31 0 0.43 0.85 0.20 29.31 0.74 0.46
Hex CD 74 1F 0 2B 55 14 1D 4A 2E
Octal 315 164 37 0 53 125 24 35 112 56
Binary 11001101 1110100 11111 0 101011 1010101 10100 11101 1001010 101110

Color Harmonies of #CD741F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD741F

Black with #CD741F

Text Example


Text Example

White with #CD741F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD741F; }

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

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

background-color css

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

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

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

border-color css

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

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

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