Html Css Color HEX #CD7A1F Ochre

📋 copy color: '#CD7A1F'

red 205 ◦ green 122 ◦ blue 31

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

Shades of Ochre #CD7A1F

Tints of Ochre #CD7A1F

RGB

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

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

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

R = 57.26%
G = 34.08%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.85

 K value IS 0.20

RGB Variations

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

Color information

#CD7A1F (or 0xCD7A1F) is known color: Ochre. HEX triplet: CD, 7A and 1F. RGB value is (205,122,31). Sum of RGB (Red+Green+Blue) = 205+122+31=358 (47% of max value = 765). Red value is 205 (80.47% from 255 or 57.26% from 358); Green value is 122 (48.05% from 255 or 34.08% from 358); Blue value is 31 (12.5% from 255 or 8.66% from 358); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7A1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD7A1F is #3285E0. Grayscale: #888888. Windows color (decimal): -3311073 or 2063053. OLE color: 2063053.

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

Color convert

RGB 205 122 31 -
CMYK 0 0.40 0.85 0.20
HSL 31.38º 0.74% 0.46% -
HSV(B) 31.38º 0.85% 0.8% -
XYZ 32.38 27 4.8 -
YUV 136.44 68.5 176.9 -
System Red Green Blue C M Y K H S L
Decimal 205 122 31 0 0.40 0.85 0.20 31.38 0.74 0.46
Hex CD 7A 1F 0 28 55 14 1F 4A 2E
Octal 315 172 37 0 50 125 24 37 112 56
Binary 11001101 1111010 11111 0 101000 1010101 10100 11111 1001010 101110

Color Harmonies of #CD7A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7A1F

Black with #CD7A1F

Text Example


Text Example

White with #CD7A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7A1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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