Html Css Color HEX #CA7725 Ochre

📋 copy color: '#CA7725'

red 202 ◦ green 119 ◦ blue 37

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

Shades of Ochre #CA7725

Tints of Ochre #CA7725

RGB

 RED value IS 202 (79.3% from 255) = 56.42%

 GREEN value IS 119 (46.88% from 255) = 33.24%

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

R = 56.42%
G = 33.24%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#CA7725 (or 0xCA7725) is known color: Ochre. HEX triplet: CA, 77 and 25. RGB value is (202,119,37). Sum of RGB (Red+Green+Blue) = 202+119+37=358 (47% of max value = 765). Red value is 202 (79.30% from 255 or 56.42% from 358); Green value is 119 (46.88% from 255 or 33.24% from 358); Blue value is 37 (14.84% from 255 or 10.34% from 358); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7725 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CA7725 is #3588DA. Grayscale: #868686. Windows color (decimal): -3508443 or 2455498. OLE color: 2455498.

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

Color convert

RGB 202 119 37 -
CMYK 0 0.41 0.82 0.21
HSL 29.82º 0.69% 0.47% -
HSV(B) 29.82º 0.82% 0.79% -
XYZ 31.29 25.88 5.1 -
YUV 134.47 73 176.17 -
System Red Green Blue C M Y K H S L
Decimal 202 119 37 0 0.41 0.82 0.21 29.82 0.69 0.47
Hex CA 77 25 0 29 52 15 1E 45 2F
Octal 312 167 45 0 51 122 25 36 105 57
Binary 11001010 1110111 100101 0 101001 1010010 10101 11110 1000101 101111

Color Harmonies of #CA7725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7725

Black with #CA7725

Text Example


Text Example

White with #CA7725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7725; }

 p { color: rgb(202,119,37); }

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

background-color css

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

 a { background-color: rgb(202,119,37); }

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

border-color css

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

 span { border-color: rgb(202,119,37); }

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