Html Css Color HEX #CD7B25 Ochre

📋 copy color: '#CD7B25'

red 205 ◦ green 123 ◦ blue 37

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

Shades of Ochre #CD7B25

Tints of Ochre #CD7B25

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.7%

 BLUE value IS 37 (14.84% from 255) = 10.14%

R = 56.16%
G = 33.7%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#CD7B25 (or 0xCD7B25) is known color: Ochre. HEX triplet: CD, 7B and 25. RGB value is (205,123,37). Sum of RGB (Red+Green+Blue) = 205+123+37=365 (48% of max value = 765). Red value is 205 (80.47% from 255 or 56.16% from 365); Green value is 123 (48.44% from 255 or 33.70% from 365); Blue value is 37 (14.84% from 255 or 10.14% from 365); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7B25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD7B25 is #3284DA. Grayscale: #8A8A8A. Windows color (decimal): -3310811 or 2456525. OLE color: 2456525.

HSL color Cylindrical-coordinate representation of color #CD7B25: hue angle of 30.71º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CD7B25 is Cyan = 0, Magento = 0.4, Yellow = 0.82 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 123 37 -
CMYK 0 0.4 0.82 0.20
HSL 30.71º 0.69% 0.47% -
HSV(B) 30.71º 0.82% 0.8% -
XYZ 32.59 27.28 5.3 -
YUV 137.71 71.17 175.99 -
System Red Green Blue C M Y K H S L
Decimal 205 123 37 0 0.4 0.82 0.20 30.71 0.69 0.47
Hex CD 7B 25 0 28 52 14 1F 45 2F
Octal 315 173 45 0 50 122 24 37 105 57
Binary 11001101 1111011 100101 0 101000 1010010 10100 11111 1000101 101111

Color Harmonies of #CD7B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7B25

Black with #CD7B25

Text Example


Text Example

White with #CD7B25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7B25; }

 p { color: rgb(205,123,37); }

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

background-color css

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

 a { background-color: rgb(205,123,37); }

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

border-color css

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

 span { border-color: rgb(205,123,37); }

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