Html Css Color HEX #CB7423 Ochre

📋 copy color: '#CB7423'

red 203 ◦ green 116 ◦ blue 35

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

Shades of Ochre #CB7423

Tints of Ochre #CB7423

RGB

 RED value IS 203 (79.69% from 255) = 57.34%

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

 BLUE value IS 35 (14.06% from 255) = 9.89%

R = 57.34%
G = 32.77%
B = 9.89%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.83

 K value IS 0.20

RGB Variations

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

Color information

#CB7423 (or 0xCB7423) is known color: Ochre. HEX triplet: CB, 74 and 23. RGB value is (203,116,35). Sum of RGB (Red+Green+Blue) = 203+116+35=354 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.34% from 354); Green value is 116 (45.70% from 255 or 32.77% from 354); Blue value is 35 (14.06% from 255 or 9.89% from 354); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7423 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB7423 is #348BDC. Grayscale: #858585. Windows color (decimal): -3443677 or 2323659. OLE color: 2323659.

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

Color convert

RGB 203 116 35 -
CMYK 0 0.43 0.83 0.20
HSL 28.93º 0.71% 0.47% -
HSV(B) 28.93º 0.83% 0.8% -
XYZ 31.18 25.31 4.83 -
YUV 132.78 72.82 178.09 -
System Red Green Blue C M Y K H S L
Decimal 203 116 35 0 0.43 0.83 0.20 28.93 0.71 0.47
Hex CB 74 23 0 2B 53 14 1D 47 2F
Octal 313 164 43 0 53 123 24 35 107 57
Binary 11001011 1110100 100011 0 101011 1010011 10100 11101 1000111 101111

Color Harmonies of #CB7423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7423

Black with #CB7423

Text Example


Text Example

White with #CB7423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7423; }

 p { color: rgb(203,116,35); }

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

background-color css

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

 a { background-color: rgb(203,116,35); }

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

border-color css

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

 span { border-color: rgb(203,116,35); }

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